Apktool/.travis.yml

30 lines
624 B
YAML

env:
- TERM=dumb
language: java
git:
submodules: false
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
matrix:
allow_failures:
- jdk: openjdk7
os:
- linux
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_install:
- git config --global user.email "travis@connortumbleson.com"
- git config --global user.name "Travis CI Bot"
- sudo apt-get update -qq
- sudo apt-get install -qq libstdc++6:i386 lib32z1 expect
- git submodule update --init --recursive
install: ./gradlew applyPatches
script: ./gradlew build fatJar proguard
branches:
only:
- master
- stable