Skip to content

Commit 92c2305

Browse files
committed
ci(travis): add cache dir less verbose install
1 parent fd84140 commit 92c2305

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ env:
1111
- img=existdb/existdb:latest
1212
- img=existdb/existdb:release
1313

14+
cache:
15+
directories:
16+
- $HOME/.m2
17+
1418
before_install:
1519
- docker pull $img
1620
- docker create --name exist-ci -p 8080:8080 $img
1721

1822
install:
19-
- mvn clean package
23+
- mvn clean package -DskipTests -q
2024

2125
before_script:
2226
- docker cp ./target/exist-documentation-*.xar exist-ci:exist/autodeploy

0 commit comments

Comments
 (0)