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 21, 2015
1 parent ef58acc commit ab700e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ before_deploy:
- git config --global user.email "travis@travis-ci.org"
- "cd docs; doxygen doxyfile; cd -"
- mkdir packages
- tar czvf packages/releases-$GIT_TAG.tar.gz $(ls)
- zip -q packages/releases-$GIT_TAG.zip -r $(ls)
- 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 -q https://$GH_TOKEN:@github.com/tatsy/lime.git --tags

Expand Down

0 comments on commit ab700e4

Please sign in to comment.