Skip to content

Commit 4229165

Browse files
committed
Merge branch '1.3.x'
2 parents c542d87 + a240fba commit 4229165

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ services:
77
- cassandra
88
sudo: false
99
install: true
10-
before_script:
11-
- ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true
12-
- ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
13-
script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
10+
before_script: travis_wait 30 ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
11+
script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'

0 commit comments

Comments
 (0)