Skip to content

Commit

Permalink
Also removing multithreading from test phase due to travis hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Jan 3, 2019
1 parent f223340 commit d322349
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 @@ -11,7 +11,7 @@ env:
- # GPG_PASSPHRASE

install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script: mvn -T 1C test -B
script: mvn test -B

cache:
directories:
Expand Down

0 comments on commit d322349

Please sign in to comment.