Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Second attempt to add github token from environment
  • Loading branch information
bbimber authored Jun 19, 2017
1 parent 5721e2d commit b000846
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ before_deploy:

deploy:
provider: releases
api_key:
secure: ${GH_TOKEN}
api_key: ${GH_TOKEN}
file:
- target/VariantQC-${TRAVIS_TAG}.jar
skip_cleanup: true
Expand Down

0 comments on commit b000846

Please sign in to comment.