Skip to content

Commit d231174

Browse files
committed
Improve Travis CI build Performance
1 parent 9ec8fe0 commit d231174

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
@@ -6,6 +6,6 @@ cache:
66
directories:
77
- $HOME/.m2
88
install: true
9-
before_script: travis_wait 45 ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
9+
before_script: ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
1010
script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true
1111
dist: trusty

0 commit comments

Comments
 (0)