add 'sudo: false' to enable faster Travis CI builds

This commit is contained in:
Manu Sridharan 2014-12-17 10:21:00 -08:00
parent b2544f6f4f
commit d3ff50e14c
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q
sudo: false