We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ec77d4 + 7c1f9eb commit 2ad3a7fCopy full SHA for 2ad3a7f
.travis.yml
@@ -5,7 +5,10 @@ services:
5
- mongodb
6
- redis
7
- cassandra
8
-sudo: false
+sudo: required
9
+cache:
10
+ directories:
11
+ - $HOME/.m2
12
install: true
13
before_script: travis_wait 45 ./mvnw install -q -U -DskipTests=true -Pfast -Dmaven.test.redirectTestOutputToFile=true
14
script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
0 commit comments