Skip to content

Commit

Permalink
add travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesadarich committed Jan 3, 2017
1 parent e12ac20 commit 4689bcc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "6"
- "4"
- "0.12"
os:
- linux
- osx
before_script:
script:
- npm test
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 4689bcc

Please sign in to comment.