Skip to content

Commit

Permalink
Debug Travis deploys.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 27, 2015
1 parent e76fe30 commit 03a27f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 03a27f9

Please sign in to comment.