Skip to content

Commit

Permalink
Merge pull request #331 from jamescdavis/test-on-node-12
Browse files Browse the repository at this point in the history
chore: configure Appveyor and Travis to test on Node 12
  • Loading branch information
rwjblue authored Mar 21, 2020
2 parents acfc22b + 92ba7a3 commit 99a2b32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "10"
- "12"

dist: trusty

Expand Down Expand Up @@ -36,6 +36,9 @@ jobs:
- name: 'Node 8'
node_js: 8

- name: 'Node 10'
node_js: 10

- name: 'Floating Dependencies'
install: yarn install --no-lockfile --non-interactive --ignore-engines

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 99a2b32

Please sign in to comment.