Skip to content

Commit

Permalink
execute tests with zuul on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 22, 2014
1 parent f59559c commit 3e45af9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
language: node_js

node_js:
- '0.10'
- '0.10'

script: "npm run-script travis"

after_script: "npm run-script cover"

env:
global:
- secure: imoswT3Ym3I8iPp9hxTSl0ORrNMziwzJkWCbffeNdLV4QsivY4VCwp0xIFn8efQKCUQPRImbjLhOf05hWzGvjja6PNkjvAv/nHo+4MQYvWvjmMnlAlxDmfu7KatGBDQ0vq6W1FFNjT+h2tMs13IVJFwnE90sWwFbS2htcd3MXM4=
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"scripts": {
"test": "./node_modules/mocha/bin/_mocha",
"travis": "./node_modules/.bin/zuul test/rgb2hex.spec.js",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --print -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
Expand Down

0 comments on commit 3e45af9

Please sign in to comment.