Commit a240fbae authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #6623 from Nick Pillitteri

* gh-6623:
  Use 'travis_wait' to prevent Travis CI from aborting builds
parents ae6182a9 45d3f002
...@@ -6,7 +6,5 @@ services: ...@@ -6,7 +6,5 @@ services:
- redis - redis
sudo: false sudo: false
install: true install: true
before_script: before_script: travis_wait 30 ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
- ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
- ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true \ No newline at end of file
script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment