CB-13028 (CI) Browser builds on Travis and AppVeyor

This commit is contained in:
Alexander Sorokin
2017-07-25 14:50:55 +03:00
parent 5574490bc3
commit 55d419a36e
2 changed files with 19 additions and 2 deletions
+16
View File
@@ -12,6 +12,22 @@ matrix:
language: objective-c
- env: TEST_DIR=./tests/ios
language: objective-c
- env: PLATFORM=browser-chrome
os: linux
language: node_js
node_js: '4.2'
- env: PLATFORM=browser-firefox
os: linux
language: node_js
node_js: '4.2'
- env: PLATFORM=browser-safari
os: linux
language: node_js
node_js: '4.2'
- env: PLATFORM=browser-edge
os: linux
language: node_js
node_js: '4.2'
- env: PLATFORM=ios-9.3
os: osx
osx_image: xcode7.3