Skip to content

Commit

Permalink
Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Jan 28, 2015
1 parent d4170c1 commit de37890
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.10"
before_install: npm i npm@latest -g
script: npm run travis
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"check-licence": "uber-licence --dry",
"cover": "istanbul cover --print detail --report html test/index.js",
"jshint": "jshint --verbose *.js",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)",
"view-cover": "opn coverage/index.html"
},
"dependencies": {
Expand All @@ -30,6 +31,7 @@
"devDependencies": {
"benchmark": "^1.0.0",
"cli-color": "^0.3.2",
"coveralls": "^2.11.2",
"commander": "^2.6.0",
"debuglog": "^1.0.1",
"format-stack": "^1.2.0",
Expand Down

0 comments on commit de37890

Please sign in to comment.