Skip to content

Commit

Permalink
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,15 @@ before_script:
script: rake

after_success:
- if [ $TRAVIS_BRANCH == master ]; then rake deploy; fi
- echo $TRAVIS_BRANCH
- echo $TRAVIS_TAG
- if [[ $TRAVIS_BRANCH == master && $TRAVIS_TAG != "" ]]; then rake deploy; fi

branches:
only:
- master
- 1.8.7
- /^v\d+\.\d+\.\d+$/

notifications:
email: false

0 comments on commit 03a27f9

Please sign in to comment.