Skip to content

Commit

Permalink
Update .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Oct 24, 2015
1 parent 9c97476 commit e8b7e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_deploy:
- tar czvf packages/releases-$GIT_TAG.tar.gz $(ls -I packages)
- zip -q packages/releases-$GIT_TAG.zip -r $(ls -I packages)
- git tag $GIT_TAG -a -m "Commit from Travis CI for build $TRAVIS_BUILD_NUMBER"
- git push --quiet https://$GH_TOKEN@github.com/tatsy/lime.git --tags 2> /dev/null
- git push --quiet --force https://$GH_TOKEN@github.com/tatsy/lime.git --tags 2> /dev/null

deploy:
skip_cleanup: true
Expand Down

0 comments on commit e8b7e9d

Please sign in to comment.