Skip to content

Commit 8c69136

Browse files
committed
Reinstating parallel build, takes too much time on Travis otherwise
1 parent b7273ad commit 8c69136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jdk:
55
before_script:
66
- cd src
77
script:
8-
- mvn clean test -Prelease -B
8+
- mvn clean test -Prelease -B -T2
99
notifications:
1010
email:
1111
on_success: never

0 commit comments

Comments
 (0)