minor refactoring and hopefully we will be able to get the actual links to the tests on SauceLabs

This commit is contained in:
Caleb James DeLisle
2016-04-20 20:16:51 +02:00
parent 8709311a7e
commit 2d7309b04f
2 changed files with 39 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
language: node_js
env:
matrix:
- "TEST_SUITE=saucelabs BROWSER='firefox:19:Windows 2012'"
- "TEST_SUITE=saucelabs BROWSER='chrome::Windows 2008'"
- "BROWSER='firefox:19:Windows 2012'"
- "BROWSER='chrome::Windows 2008'"
branches:
only:
- master
@@ -12,6 +12,7 @@ branches:
node_js:
- "4.2.1"
before_script:
- npm run-script lint
- cp config.js.dist config.js
- npm install
- npm install bower