From 71201b10a687ee2d65abf50d25c959d2ff023447 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Wed, 27 Sep 2017 10:03:13 -0700 Subject: [PATCH] Updating travis to fix CI issues --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index cdef1ac..70a784e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,8 @@ matrix: android: components: - tools + - platform-tools + - tools - env: PLATFORM=android-5.1 os: linux language: android @@ -48,6 +50,8 @@ matrix: android: components: - tools + - platform-tools + - tools - env: PLATFORM=android-6.0 os: linux language: android @@ -55,6 +59,8 @@ matrix: android: components: - tools + - platform-tools + - tools - env: PLATFORM=android-7.0 os: linux language: android @@ -62,6 +68,8 @@ matrix: android: components: - tools + - platform-tools + - tools before_install: - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm