Ok lets try some automated testing!
This commit is contained in:
parent
a3787ee4dc
commit
a9fba2cbab
17
.travis.yml
17
.travis.yml
@ -3,6 +3,19 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- diffdom
|
- diffdom
|
||||||
|
- beta
|
||||||
|
- netflux
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
- "4.2.1"
|
||||||
|
before_script:
|
||||||
|
- cp config.js.dist
|
||||||
|
- 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="
|
||||||
|
|||||||
@ -9,7 +9,8 @@
|
|||||||
"nthen": "~0.1.0"
|
"nthen": "~0.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jshint": "~2.9.1"
|
"jshint": "~2.9.1",
|
||||||
|
"selenium-webdriver": "^2.53.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "jshint --config .jshintrc --exclude-path .jshintignore ."
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore ."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user