Apktool/.travis.yml

37 lines
615 B
YAML
Raw Normal View History

env:
global:
- TERM=dumb
- GROOVY_TURN_OFF_JAVA_WARNINGS=true
language: java
2018-09-06 12:43:08 +02:00
dist: trusty
matrix:
2017-07-31 12:32:46 +02:00
include:
- os: linux
2018-09-06 12:43:08 +02:00
jdk: openjdk8
2017-07-31 12:32:46 +02:00
- os: linux
jdk: oraclejdk8
2019-05-31 21:53:45 +02:00
- os: linux
jdk: oraclejdk11
2017-07-31 12:32:46 +02:00
- os: osx
2018-08-16 14:03:49 +02:00
osx_image: xcode9.2
- os: windows
2019-01-09 23:54:21 +01:00
language: shell
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
install:
- chmod +x ./scripts/travis-ci/clean-tests.sh
- ./scripts/travis-ci/clean-tests.sh
script:
- chmod +x ./scripts/travis-ci/run-tests.sh
- ./scripts/travis-ci/run-tests.sh
branches:
only:
- master