Skip to content

Commit 2ad3a7f

Browse files
committed
Merge pull request #7043 from kazuki43zoo:standard-travis-ci
* pr/7043: Speed up Travis build
2 parents 4ec77d4 + 7c1f9eb commit 2ad3a7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ services:
55
- mongodb
66
- redis
77
- cassandra
8-
sudo: false
8+
sudo: required
9+
cache:
10+
directories:
11+
- $HOME/.m2
912
install: true
1013
before_script: travis_wait 45 ./mvnw install -q -U -DskipTests=true -Pfast -Dmaven.test.redirectTestOutputToFile=true
1114
script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'

0 commit comments

Comments
 (0)