Skip to content

Commit

Permalink
Update fibers dependency (#174)
Browse files Browse the repository at this point in the history
* Update fibers dependency

* Drop Travis Node.js support for v0.12 & v5. Add travis support for v8, v9, v10.
  • Loading branch information
renarsvilnis authored and pstadler committed Aug 13, 2018
1 parent 0c5b90b commit b156074
Show file tree
Hide file tree
Showing 3 changed files with 3,857 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ env:
sudo: false
language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
- "8"
- "9"
- "10"
script: npm test
after_script: npm run coveralls
addons:
Expand Down
Loading

0 comments on commit b156074

Please sign in to comment.