1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-18 09:34:53 +02:00

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

View file

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