Skip to content

Commit

Permalink
Fixed .travis.yml deploy command.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 21, 2015
1 parent c000bce commit ae84cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_script:
- if [ $TRAVIS_OS_NAME == osx ]; then travis_retry ./configure; fi
script: rake ci
after_success:
- if [ $TRAVIS_BRANCH == $TRAVIS_TAG ]; then ./script/deploy.sh; fi
- if [ $TRAVIS_BRANCH == $TRAVIS_TAG ]; then ./scripts/deploy.sh; fi
branches:
only:
- master
Expand Down

0 comments on commit ae84cf9

Please sign in to comment.