Skip to content

Commit

Permalink
edit travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DunaMariusCosmin committed Nov 1, 2017
1 parent 959e9b8 commit 425b670
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 @@ -9,15 +9,15 @@ before_script:
- chmod +x travis/deploy.sh
- chmod +x travis/checkForTag.sh
- git config credential.helper "store --file=.git/credentials"
- echo "https://${MY_GH_TOKEN_OXYGEN}:@github.com" > .git/credentials
- echo "https://${PROLOG_TOKEN}:@github.com" > .git/credentials
- ./travis/checkForTag.sh
script:
- mvn clean install
before_deploy:
- ./travis/deploy.sh
deploy:
provider: releases
api_key: ${MY_GH_TOKEN_OXYGEN}
api_key: ${PROLOG_TOKEN}
file:
- target/oxygen-prolog-updater-${TRAVIS_TAG}-plugin.jar
- target/addon.xml
Expand Down

0 comments on commit 425b670

Please sign in to comment.