From 165fd84d58e8707fd5597268fd449ac0e874a69f Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 13 Jun 2017 02:59:53 -0700 Subject: add travis builds and travis badge (#587) * add travis builds and travis badge * try accepting ALL licenses * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..94fd328f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: android +jdk: oraclejdk8 +android: + components: + - android-25 + - build-tools + licenses: + - '.+' +install: + - echo y | android update sdk -u -a -t tools + - echo y | android update sdk -u -a -t platform-tools + - echo y | android update sdk -u -a -t build-tools-25.0.2 + - echo y | android update sdk -u -a -t android-25 + - echo y | android update sdk -u -a -t android-23 + - echo y | android update sdk -u -a -t extra-android-m2repository -- cgit v1.2.3