File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
+
2
3
addons :
3
4
jwt :
4
5
secure : TZ88IEvAw1bsWPWxvDzXdpi2NK0i3PN4hG15+vDpIt6wXGVPknjxuXWJeLj7TqBpAIvP7XDfS8ZvHVPLe7fe8oOchZPLuiDw9VVIk6cnHjE6wpoavdGc/1mDJ3Bi4PDcHwRUr5ng5spYQqqlTwcECkH/q7iPgudiFM6rlOlGRyA=
6
+
5
7
env :
6
8
global :
7
9
- SAUCE_USERNAME=snay
8
10
- TRAVIS_NODE_VERSION="4.2"
11
+
9
12
matrix :
10
13
include :
11
14
- env : PLATFORM=browser-chrome
@@ -74,6 +77,7 @@ matrix:
74
77
- platform-tools
75
78
- tools
76
79
- build-tools-26.0.2
80
+
77
81
before_install :
78
82
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
79
83
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
@@ -86,8 +90,10 @@ before_install:
86
90
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
87
91
&& npm install && popd
88
92
- npm install -g cordova
93
+
89
94
install :
90
95
- npm install
96
+
91
97
script :
92
98
- npm test
93
99
- node /tmp/paramedic/main.js --config pr/$PLATFORM --plugin $(pwd) --shouldUseSauce
You can’t perform that action at this time.
0 commit comments