Skip to content

Commit

Permalink
Merge pull request #798 from paulmillr/3.x
Browse files Browse the repository at this point in the history
Support node v8.x+; refactor w async/await
  • Loading branch information
paulmillr committed Mar 22, 2019
2 parents fc243cd + 93ce44d commit 3051524
Show file tree
Hide file tree
Showing 8 changed files with 1,894 additions and 2,170 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"bitwise": false,
"mocha": true,
"expr": true,
"esversion": 8,
"predef": ["toString"]
}
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- '10'
- '8'
- '6'
os:
- linux
- osx
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"

# matrix:
# allow_failures:
Expand Down
Loading

0 comments on commit 3051524

Please sign in to comment.