Skip to content

Commit

Permalink
travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Antonov committed Feb 21, 2016
1 parent b35eac0 commit f82c97c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
coverage
.*
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_js:
- "4.0"
- "5.0"
- "node"
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit f82c97c

Please sign in to comment.