Skip to content

Commit ae84cf9

Browse files
committedDec 21, 2015
Fixed .travis.yml deploy command.
1 parent c000bce commit ae84cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_script:
1515
- if [ $TRAVIS_OS_NAME == osx ]; then travis_retry ./configure; fi
1616
script: rake ci
1717
after_success:
18-
- if [ $TRAVIS_BRANCH == $TRAVIS_TAG ]; then ./script/deploy.sh; fi
18+
- if [ $TRAVIS_BRANCH == $TRAVIS_TAG ]; then ./scripts/deploy.sh; fi
1919
branches:
2020
only:
2121
- master

0 commit comments

Comments
 (0)