Skip to content

Commit

Permalink
Merge pull request #41 from alatyami/development
Browse files Browse the repository at this point in the history
Update .travis.yml for release
  • Loading branch information
Alatyami committed Aug 14, 2015
2 parents 87d2e04 + 66dfdc6 commit 577a7fb
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 @@ -14,8 +14,8 @@ script:
# Deploy the artifacts back to GitHub
deploy:
provider: releases
api_key: "ca3a06c1a8879fb27c97a1d36b6d058f33787bf4"
file: "build/libs/growthcraft-2.2.1-complete.jar"
api_key: $GITHUB_OAUTH
file: "build/libs/growthcraft-2.2.2-complete.jar"
skip_cleanup: true
on:
tags: true

0 comments on commit 577a7fb

Please sign in to comment.