Skip to content

Commit

Permalink
Merge pull request #8 from zsigmond-czine-everit/master
Browse files Browse the repository at this point in the history
update travis.yml
  • Loading branch information
erosb committed Oct 26, 2015
2 parents 3815c80 + 44dad90 commit fe36798
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: java
jdk: oraclejdk8

before_install:
- rm -rf ~/.linuxbrew
- yes | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
Expand All @@ -9,3 +8,9 @@ before_install:
- export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
- brew install jdk
- export JAVA_HOME=/home/travis/.linuxbrew/Cellar/jdk/1.8.0-60
script: mvn verify
install: true
sudo: false
cache:
directories:
- $HOME/.m2

0 comments on commit fe36798

Please sign in to comment.