From 55d419a36eb25cb453f025bec249272c33baad70 Mon Sep 17 00:00:00 2001 From: Alexander Sorokin Date: Tue, 25 Jul 2017 14:50:55 +0300 Subject: [PATCH] CB-13028 (CI) Browser builds on Travis and AppVeyor --- .appveyor.yml | 5 +++-- .travis.yml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4cd6d53..6eea8b6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,8 @@ environment: nodejs_version: "4" matrix: - PLATFORM: windows-10-store - + JUST_BUILD: --justBuild + - PLATFORM: local\browser install: - npm cache clean -f - node --version @@ -25,4 +26,4 @@ install: build: off test_script: - - cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild + - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD% diff --git a/.travis.yml b/.travis.yml index a8f9770..88fc21d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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