Skip to content

Commit 0cf3d85

Browse files
authored
Update .travis.yml
1 parent 60f96ff commit 0cf3d85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ install: true # The install step runs before script step, and with Maven you don
77
script:
88
- mvn -f pom_travis.xml clean verify
99
after_script:
10-
- 'echo "TRAVIS_TAG = $TRAVIS_TAG"'
11-
- 'echo "GITHUB_OAUTH_TOKEN = $GITHUB_OAUTH_TOKEN"'
10+
- 'echo "TRAVIS_TAG = ${TRAVIS_TAG}"'
11+
- 'echo "GITHUB_OAUTH_TOKEN = ${GITHUB_OAUTH_TOKEN}"'
1212
deploy: # see https://docs.travis-ci.com/user/deployment/releases/
1313
provider: releases
14-
api_key: $GITHUB_OAUTH_TOKEN
15-
file: "target/po-test-json-validator-jar-with-dependencies.jar
14+
api_key: ${GITHUB_OAUTH_TOKEN}
15+
file: "target/po-test-json-validator-jar-with-dependencies.jar"
1616
skip_cleanup: true
1717
on:
1818
tags: true # see https://docs.travis-ci.com/user/deployment#Conditional-Releases-with-on%3A

0 commit comments

Comments
 (0)