Skip to content

Commit

Permalink
[ci] Test on new nodejs LTS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed May 1, 2019
1 parent f72fc0f commit c73a899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ environment:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "11"
- nodejs_version: "12"
matrix:
allow_failures:
- nodejs_version: "11"
- nodejs_version: "6"

# Install scripts. (runs after repo cloning)
install:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ node_js:
- 6
- 8
- 10
- 11
- 12
matrix:
fast_finish: true
allow_failures:
- node_js: 11
- node_js: 6
notifications:
email: false
script:
Expand Down

0 comments on commit c73a899

Please sign in to comment.