travis install requires sudo

This commit is contained in:
Eric Vergnaud 2015-09-18 02:37:17 +08:00
parent f05c9962df
commit 0e9f19f2aa
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,3 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3.4
sudo: false
language: java
script:
- mvn install
@ -9,3 +5,7 @@ jdk:
- openjdk6
- oraclejdk7
- oraclejdk8
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3.4