2016-02-12 09:38:47 +00:00
|
|
|
language: node_js
|
2016-04-20 17:18:31 +00:00
|
|
|
env:
|
|
|
|
matrix:
|
2016-04-20 18:16:51 +00:00
|
|
|
- "BROWSER='firefox:19:Windows 2012'"
|
|
|
|
- "BROWSER='chrome::Windows 2008'"
|
2016-02-12 09:43:33 +00:00
|
|
|
branches:
|
|
|
|
only:
|
2016-04-20 16:10:20 +00:00
|
|
|
- master
|
2017-01-12 11:09:16 +00:00
|
|
|
- soon
|
|
|
|
- staging
|
2016-04-20 16:10:20 +00:00
|
|
|
node_js:
|
2017-03-02 17:31:24 +00:00
|
|
|
- "6.6.0"
|
2016-04-20 16:08:01 +00:00
|
|
|
before_script:
|
2016-04-20 18:16:51 +00:00
|
|
|
- npm run-script lint
|
2017-04-25 14:04:17 +00:00
|
|
|
- cp config.example.js config.js
|
2016-04-20 16:08:01 +00:00
|
|
|
- npm install bower
|
|
|
|
- ./node_modules/bower/bin/bower install
|
|
|
|
- node ./server.js &
|
|
|
|
- sleep 2
|
|
|
|
addons:
|
|
|
|
sauce_connect:
|
|
|
|
username: "cjdelisle"
|
|
|
|
access_key:
|
|
|
|
secure: "pgGh8YGXLPq6fpdwwK2jnjRtwXPbVWQ/HIFvwX7E6HBpzxxcF2edE8sCdonWW9TP2LQisZFmVLqoSnZWMnjBr2CBAMKMFvaHQDJDQCo4v3BXkID7KgqyKmNcwW+FPfSJ5MxNBro8/GE/awkhZzJLYGUTS5zi/gVuIUwdi6cHI8s="
|