Skip to content

Commit

Permalink
Skip installing Java 8 with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Dec 17, 2014
1 parent 12d0ded commit de63084
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -74,9 +74,6 @@ branches:
- /^test-.*$/
- /^ha-feature/

before_install:
- if [[ $TRAVIS_JDK_VERSION = 'oraclejdk8' ]]; then sudo apt-get update; sudo apt-get install oracle-java8-installer; else true; fi

script: if [[ -v COMMAND ]]; then $COMMAND; else travis_retry mvn -q -Pbootstrap clean package ; mvn install -Dinvoker.skip=false $PHASE | egrep -v 'Download|\\[exec\\] [[:digit:]]+/[[:digit:]]+|^[[:space:]]*\\[exec\\][[:space:]]*$' ; [ ${PIPESTATUS[0]} == 0 ]; fi
install: /bin/true
notifications:
Expand Down

0 comments on commit de63084

Please sign in to comment.