mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-09 14:17:02 +01:00
30 lines
542 B
YAML
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}"
|