Use Travis-CI's container based infra

by adding "sudo: false" and cache maven artifacts.
This commit is contained in:
Florian Schmaus 2015-08-12 10:50:30 +02:00
parent d711caee38
commit 0d6f00873f
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ android:
jdk:
- oraclejdk8
- oraclejdk7
sudo: false
cache:
directories:
- $HOME/.m2
install: gradle assemble
script: gradle check