11sudo : false
2+
23addons :
34 jwt :
45 secure : TZ88IEvAw1bsWPWxvDzXdpi2NK0i3PN4hG15+vDpIt6wXGVPknjxuXWJeLj7TqBpAIvP7XDfS8ZvHVPLe7fe8oOchZPLuiDw9VVIk6cnHjE6wpoavdGc/1mDJ3Bi4PDcHwRUr5ng5spYQqqlTwcECkH/q7iPgudiFM6rlOlGRyA=
6+
57env :
68 global :
79 - SAUCE_USERNAME=snay
810 - TRAVIS_NODE_VERSION="4.2"
11+
912matrix :
1013 include :
1114 - env : PLATFORM=browser-chrome
@@ -16,10 +19,11 @@ matrix:
1619 os : linux
1720 language : node_js
1821 node_js : ' 4.2'
19- - env : PLATFORM=browser-safari
20- os : linux
21- language : node_js
22- node_js : ' 4.2'
22+ # TBD SKIP for now:
23+ # - env: PLATFORM=browser-safari
24+ # os: linux
25+ # language: node_js
26+ # node_js: '4.2'
2327 - env : PLATFORM=browser-edge
2428 os : linux
2529 language : node_js
@@ -29,11 +33,15 @@ matrix:
2933 osx_image : xcode7.3
3034 language : node_js
3135 node_js : ' 4.2'
32- - env : PLATFORM=ios-10.0
33- os : osx
34- osx_image : xcode7.3
35- language : node_js
36- node_js : ' 4.2'
36+ # TBD SKIP for now:
37+ # - env: PLATFORM=ios-10.0
38+ # os: osx
39+ # osx_image: xcode7.3
40+ # language: node_js
41+ # node_js: '4.2'
42+ # FUTURE TBD:
43+ # - env: PLATFORM=ios-11.4
44+ # ...
3745 - env : PLATFORM=android-4.4
3846 os : linux
3947 language : android
@@ -44,36 +52,41 @@ matrix:
4452 - platform-tools
4553 - tools
4654 - build-tools-26.0.2
47- - env : PLATFORM=android-5.1
48- os : linux
49- language : android
50- jdk : oraclejdk8
51- android :
52- components :
53- - tools
54- - platform-tools
55- - tools
56- - build-tools-26.0.2
57- - env : PLATFORM=android-6.0
58- os : linux
59- language : android
60- jdk : oraclejdk8
61- android :
62- components :
63- - tools
64- - platform-tools
65- - tools
66- - build-tools-26.0.2
67- - env : PLATFORM=android-7.0
68- os : linux
69- language : android
70- jdk : oraclejdk8
71- android :
72- components :
73- - tools
74- - platform-tools
75- - tools
76- - build-tools-26.0.2
55+ # TBD SKIP for now:
56+ # - env: PLATFORM=android-5.1
57+ # os: linux
58+ # language: android
59+ # jdk: oraclejdk8
60+ # android:
61+ # components:
62+ # - tools
63+ # - platform-tools
64+ # - tools
65+ # - build-tools-26.0.2
66+ # - env: PLATFORM=android-6.0
67+ # os: linux
68+ # language: android
69+ # jdk: oraclejdk8
70+ # android:
71+ # components:
72+ # - tools
73+ # - platform-tools
74+ # - tools
75+ # - build-tools-26.0.2
76+ # - env: PLATFORM=android-7.0
77+ # os: linux
78+ # language: android
79+ # jdk: oraclejdk8
80+ # android:
81+ # components:
82+ # - tools
83+ # - platform-tools
84+ # - tools
85+ # - build-tools-26.0.2
86+ # FUTURE TBD:
87+ # - env: PLATFORM=android-8.?
88+ # ...
89+
7790before_install :
7891- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
7992 && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
@@ -86,8 +99,10 @@ before_install:
8699- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
87100 && npm install && popd
88101- npm install -g cordova
102+
89103install :
90104- npm install
105+
91106script :
92107- npm test
93108- node /tmp/paramedic/main.js --config pr/$PLATFORM --plugin $(pwd) --shouldUseSauce
0 commit comments