Skip to content

Commit

Permalink
CI: Add Node.js 12 and 10.
Browse files Browse the repository at this point in the history
Also remove the obsolete `sudo: false` from Travis.
  • Loading branch information
XhmikosR committed May 15, 2019
1 parent 6dd2d56 commit 9c9d71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
git:
depth: 2
language: node_js
node_js:
- "12"
- "10"
- "8"
- "6"
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ skip_tags: true

environment:
matrix:
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
Expand Down

0 comments on commit 9c9d71a

Please sign in to comment.