Commit 87cc2743 authored by Andy Wilkinson's avatar Andy Wilkinson

Try to improve the stability of the build on Travis

- Bump Travis wait time to 45 minutes
- Use fast profile for first build
parent 919d6b4b
...@@ -7,5 +7,5 @@ services: ...@@ -7,5 +7,5 @@ services:
- cassandra - cassandra
sudo: false sudo: false
install: true install: true
before_script: travis_wait 30 ./mvnw install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true before_script: travis_wait 45 ./mvnw install -q -U -DskipTests=true -Pfast -Dmaven.test.redirectTestOutputToFile=true
script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration' script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
\ No newline at end of file
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