Skip to content

Commit

Permalink
Updated travis script (excluded coveralls)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitfoxfly committed Aug 20, 2020
1 parent 18b23a6 commit 22599a6
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 @@ -9,7 +9,7 @@ before_install: mvn versions:resolve-ranges

install: mvn -s .mvn.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V

script: mvn clean test jacoco:report coveralls:report
script: mvn clean test

before_deploy:
- openssl aes-256-cbc -K $encrypted_a3af7f3d4f29_key -iv $encrypted_a3af7f3d4f29_iv -in key.gpg.enc -out key.gpg -d
Expand Down

0 comments on commit 22599a6

Please sign in to comment.