Apktool/.travis.yml
2014-11-02 07:48:56 -06:00

30 lines
542 B
YAML

env:
- TERM=dumb
language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
os:
- linux
- osx
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libstdc++6:i386 lib32z1 expect
script: ./scripts/travis-ci/run-tests.sh
branches:
only:
- master
- stable
matrix:
allow_failures:
- jdk: oraclejdk8
notifications:
irc:
channels:
- "chat.freenode.net#apktool"
on_success: change
on_failure: always
template:
- "%{repository_name} (%{commit}) : %{duration} - %{message}"