Skip to content

Commit

Permalink
Testing getting the autobuild prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
clienthax committed Mar 19, 2016
1 parent 37e9af7 commit e5a1780
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 @@ -17,7 +17,7 @@ before_deploy:
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=$TRAVIS_BRANCH-v0.1.$TRAVIS_BUILD_NUMBER
- export GIT_TAG=${versionNum}-$TRAVIS_BRANCH-v0.1.$TRAVIS_BUILD_NUMBER
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
- git push -q https://${GH_TOKEN}@github.com/clienthax/MusicBox --tags

Expand Down

0 comments on commit e5a1780

Please sign in to comment.