Repository: cordova-plugin-inappbrowser Updated Branches: refs/heads/master 50ac05ca4 -> 71201b10a
Updating travis to fix CI issues Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/71201b10 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/71201b10 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/71201b10 Branch: refs/heads/master Commit: 71201b10a687ee2d65abf50d25c959d2ff023447 Parents: 50ac05c Author: Joe Bowser <[email protected]> Authored: Wed Sep 27 10:03:13 2017 -0700 Committer: Joe Bowser <[email protected]> Committed: Wed Sep 27 10:03:13 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/71201b10/.travis.yml ---------------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
