Skip to content

Commit

Permalink
fix variable name for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPohl committed Dec 25, 2019
1 parent b1bd116 commit fd13090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git:
submodules: false
install: true
before_script:
- if [ ! -z "$TRAVIS_TAG" ]; then mvn versions:set -DnewVersion=$CI_COMMIT_TAG && mvn versions:commit; fi
- if [ ! -z "$TRAVIS_TAG" ]; then mvn versions:set -DnewVersion=$TRAVIS_TAG && mvn versions:commit; fi
script: mvn clean install -P coverage-per-test
matrix:
fast_finish: true
Expand Down

0 comments on commit fd13090

Please sign in to comment.