Skip to content

Commit

Permalink
rename travis.yaml to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
didiercolens committed Apr 21, 2016
1 parent 0926776 commit 48c5c44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "4.2"
sudo: false
script: "npm run-script cover"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 48c5c44

Please sign in to comment.