Skip to content

Commit 8225941

Browse files
committed
CB-13028 (CI) Browser builds on Travis and AppVeyor
1 parent 59f148c commit 8225941

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ environment:
1515
nodejs_version: "4"
1616
matrix:
1717
- PLATFORM: windows-10-store
18-
18+
JUST_BUILD: --justBuild
19+
- PLATFORM: local\browser
1920
install:
2021
- npm cache clean -f
2122
- node --version
@@ -25,4 +26,4 @@ install:
2526
build: off
2627

2728
test_script:
28-
- cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild
29+
- cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ env:
88
- TRAVIS_NODE_VERSION="4.2"
99
matrix:
1010
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'
1127
- env: PLATFORM=ios-9.3
1228
os: osx
1329
osx_image: xcode7.3

0 commit comments

Comments
 (0)