Skip to content

Commit

Permalink
fix: removing fsevents as a required dep and adding node 9 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sramam committed Nov 15, 2017
1 parent 8398a51 commit c3b6dc0
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ environment:
matrix:
# node.js
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "9"

init:
- git config --global core.autocrlf true
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ notifications:
node_js:
- '8'
- '6'
- '9'
before_script:
- npm prune
script:
Expand Down
Loading

0 comments on commit c3b6dc0

Please sign in to comment.