Skip to content

Commit 7c1f9eb

Browse files
kazuki43zoosnicoll
authored andcommitted
Speed up Travis build
Modify to use standard mode and directory cache for Travis CI build. Closes gh-7043
1 parent 4ec77d4 commit 7c1f9eb

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)