Upgrade Travis configuration to run on new infrastructure

Closes gh-3760
This commit is contained in:
Andy Wilkinson 2015-08-14 18:08:48 +01:00
parent 4f0f51b5ed
commit 190f8a7e0a

View File

@ -1,6 +1,6 @@
language: java
services: mongodb
sudo: false
install: true
before_script:
- mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true