Compare commits

...

6 Commits

Author SHA1 Message Date
Jan Piotrowski
3643cbb554
Update .travis.yml 2019-07-05 15:50:34 +02:00
Jan Piotrowski
36956c0f2b
Update .travis.yml 2019-07-05 15:49:48 +02:00
Jan Piotrowski
361b1862b2
Update .travis.yml 2019-07-05 15:49:12 +02:00
Jan Piotrowski
388d82036d
Update .travis.yml 2019-07-05 15:43:47 +02:00
Jan Piotrowski
35d79b481e
Update .travis.yml 2019-07-05 15:35:30 +02:00
Jan Piotrowski
6ae1e58945
temp: Test janpio-androidx branch of paramedic 2019-07-05 14:36:34 +02:00

View File

@ -79,6 +79,9 @@ matrix:
- env: PLATFORM=android-9.0
<<: *_android
- env: PLATFORM=android-9.0-androidx
<<: *_android
before_install:
# manually install Node for `language: android`
- if [[ "$PLATFORM" =~ android ]]; then nvm install $TRAVIS_NODE_VERSION; fi
@ -87,7 +90,7 @@ before_install:
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
- npm install -g cordova
# install paramedic if not running on paramedic repo
- if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic; fi
- if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic#janpio-androidx; fi
install:
- npm install