Skip to content

Commit 8379cb8

Browse files
committed
Adicionando maven cache para tentar resolver o problema do build
1 parent 6f4d048 commit 8379cb8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ sudo: false
66
jdk:
77
- openjdk10
88

9+
cache:
10+
directories:
11+
- $HOME/.m2
12+
13+
914
before_install:
1015
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
1116

@@ -22,4 +27,4 @@ matrix:
2227

2328
script:
2429
- bash build.sh
25-
30+

0 commit comments

Comments
 (0)