diff options
author | yvesf <yvesf-git@xapek.org> | 2016-11-22 20:47:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 20:47:32 +0100 |
commit | a330b3bf6d2a854fd0e0c2d1c1e0565027c77b95 (patch) | |
tree | 68fe70ae2ee77d0dbd86be6a9eadb62aa9e9cd83 /.travis.yml | |
parent | 2dc04e8753d3ce060ef32275c6982657e5d59a02 (diff) | |
parent | 25e734c2ad8329b9aef4ade3f79c5a7f824a034b (diff) | |
download | andiodine-a330b3bf6d2a854fd0e0c2d1c1e0565027c77b95.tar.gz andiodine-a330b3bf6d2a854fd0e0c2d1c1e0565027c77b95.zip |
Merge pull request #30 from jovial/update_build
update build script
- use oracle jdk8 on travis
- provide gradle-wrapper bash/batch script
- update android gradle plugin
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7d3db1b..cc50c8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: android +jdk: +- oraclejdk8 android: components: - build-tools-21.1.2 |