mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Use Travis-CI's container based infra
by adding "sudo: false" and cache maven artifacts.
This commit is contained in:
parent
d711caee38
commit
0d6f00873f
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ android:
|
|||
jdk:
|
||||
- oraclejdk8
|
||||
- oraclejdk7
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
install: gradle assemble
|
||||
script: gradle check
|
||||
|
|
Loading…
Reference in a new issue