File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ environment:
15
15
nodejs_version : " 4"
16
16
matrix :
17
17
- PLATFORM : windows-10-store
18
-
18
+ JUST_BUILD : --justBuild
19
+ - PLATFORM : local\browser
19
20
install :
20
21
- npm cache clean -f
21
22
- node --version
@@ -25,4 +26,4 @@ install:
25
26
build : off
26
27
27
28
test_script :
28
- - cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild
29
+ - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
Original file line number Diff line number Diff line change 8
8
- TRAVIS_NODE_VERSION="4.2"
9
9
matrix :
10
10
include :
11
+ - env : PLATFORM=browser-chrome
12
+ os : linux
13
+ language : node_js
14
+ node_js : ' 4.2'
15
+ - env : PLATFORM=browser-firefox
16
+ os : linux
17
+ language : node_js
18
+ node_js : ' 4.2'
19
+ - env : PLATFORM=browser-safari
20
+ os : linux
21
+ language : node_js
22
+ node_js : ' 4.2'
23
+ - env : PLATFORM=browser-edge
24
+ os : linux
25
+ language : node_js
26
+ node_js : ' 4.2'
11
27
- env : PLATFORM=ios-9.3
12
28
os : osx
13
29
osx_image : xcode7.3
You can’t perform that action at this time.
0 commit comments