Skip to content

Commit

Permalink
Merge pull request #260 from huochunpeng/node10
Browse files Browse the repository at this point in the history
feat: support nodejs v10 and v11, support experimental fs.promises
  • Loading branch information
tschaub authored Feb 4, 2019
2 parents 8f84cc7 + dea8e55 commit e5b6ceb
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 359 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
sudo: false
os:
- linux
- windows
- osx

language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "10"

before_install:
- if [[ `npm -v` == 2.* ]]; then npm install --global npm@3; fi
- "11"
Loading

0 comments on commit e5b6ceb

Please sign in to comment.