Skip to content

Commit

Permalink
Fix Travis: Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowrowe committed Apr 1, 2016
1 parent 0abb6f9 commit 17ef316
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js

node_js:
- "5"
- "4"

install:
- npm install && npm install codecov.io

after_success:
- cat ./coverage/lcov.info | ./node_modules/.bin/codecov

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/0a98527f04e80088cb0b

0 comments on commit 17ef316

Please sign in to comment.