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.
1 parent 3815c80 commit 44dad90Copy full SHA for 44dad90
.travis.yml
@@ -1,6 +1,5 @@
1
language: java
2
jdk: oraclejdk8
3
-
4
before_install:
5
- rm -rf ~/.linuxbrew
6
- yes | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
@@ -9,3 +8,9 @@ before_install:
9
8
- export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
10
- brew install jdk
11
- export JAVA_HOME=/home/travis/.linuxbrew/Cellar/jdk/1.8.0-60
+script: mvn verify
12
+install: true
13
+sudo: false
14
+cache:
15
+ directories:
16
+ - $HOME/.m2
0 commit comments