Skip to content

Commit

Permalink
Merge pull request #228 from jcesarmobile/CB-13753
Browse files Browse the repository at this point in the history
CB-13753: Add build-tools-26.0.2 to travis
  • Loading branch information
jcesarmobile committed Jan 15, 2018
2 parents c248827 + d8cc0fd commit 5e12b5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,31 @@ matrix:
android:
components:
- tools
- build-tools-26.0.2
- env: PLATFORM=android-5.1
os: linux
language: android
jdk: oraclejdk8
android:
components:
- tools
- build-tools-26.0.2
- env: PLATFORM=android-6.0
os: linux
language: android
jdk: oraclejdk8
android:
components:
- tools
- build-tools-26.0.2
- env: PLATFORM=android-7.0
os: linux
language: android
jdk: oraclejdk8
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
Expand Down

0 comments on commit 5e12b5e

Please sign in to comment.