You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
528 B
YAML
22 lines
528 B
YAML
language: node_js
|
|
branches:
|
|
only:
|
|
- master
|
|
- diffdom
|
|
- beta
|
|
- netflux
|
|
node_js:
|
|
- "4.2.1"
|
|
before_script:
|
|
- cp config.js.dist config.js
|
|
- npm install
|
|
- 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="
|