Skip to content

Commit

Permalink
Merge e3b84fb into 10de3a8
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnhard committed Jun 7, 2018
2 parents 10de3a8 + e3b84fb commit bdd45f7
Show file tree
Hide file tree
Showing 3 changed files with 2,519 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
language: node_js
node_js:
- "7"
- "9"
- "8"
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "iojs"
install: npm install
script: npm test
after_script: npm install coveralls && npm run coverage && cat ./coverage/lcov.info | coveralls
Loading

0 comments on commit bdd45f7

Please sign in to comment.