Skip to content

Commit

Permalink
Update version number in .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Nov 22, 2016
1 parent 89667b2 commit d84320e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ 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 --tags --quiet https://$GH_TOKEN@github.com/tatsy/lime.git 2> /dev/null

deploy:
skip_cleanup: true
provider: releases
api_key:
secure: bTVMc7yMAfVh7ceO5cgT1qwFgjdKzKz0cAHZAl3FOJqpH1wTmF530kSXT05zMTwFq1G8YMsx/cmCCi9xp+liAgQAnOfAY4usZO9t+OKjRaxhrYWS+XV9nr5XmyHRvJgWE2R4NlVnp8poKI4EkXoba+/Vp1Cfs02cjPqwo04gUiw=
api-key:
secure: PurPz6Sls/CwJoquiZs6N9Ma9OkhnY9cot/Mwh46zBJfT7XkYtFAsJmqknbW9eGmTceAgcYZnk0h7MhDTtVwT9qnosibA/aExTAOPWPlhFxUAa+AFO3VcAlKhZPWzuvEkEBmQwGoRZmwmzgJ+YN2Sh2K4y6zdcaJXiKb4kvTi9s=
file:
- packages/releases-$GIT_TAG.tar.gz
- packages/releases-$GIT_TAG.zip
Expand All @@ -66,8 +66,7 @@ branches:

env:
global:
- GIT_TAG=v0.1.0
- secure: kEV14WgxyZwIrd/tKScLKCk9vSSkqSZIvmfcSwvLrxKWYU6t5wmXkoIwfq1TMWWOGd9pSAAWtx7w2ofdA7OUXJyfW2I/azug1J+3zhzChbeVLNbt69orHZNbTbOddcTLKMUI43cEPk5Qn3cVxoRAwN1zF/s8VGiBE4zQaLSz6Ck=
- GIT_TAG=v0.2.0

notifications:
email:
Expand Down

0 comments on commit d84320e

Please sign in to comment.