From 5b0933d74b1d396d37bf26bc1090d177271cfa6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar?= Date: Wed, 10 Jan 2018 23:22:24 +0100 Subject: [PATCH] CB-13757: Add build-tools-26.0.2 to travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2844a36..56f856f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,7 @@ matrix: android: components: - tools + - build-tools-26.0.2 - env: PLATFORM=android-5.1 os: linux language: android @@ -48,6 +49,7 @@ matrix: android: components: - tools + - build-tools-26.0.2 - env: PLATFORM=android-6.0 os: linux language: android @@ -55,6 +57,7 @@ matrix: android: components: - tools + - build-tools-26.0.2 - env: PLATFORM=android-7.0 os: linux language: android @@ -62,6 +65,7 @@ matrix: android: components: - tools + - build-tools-26.0.2 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