Skip to content

Commit

Permalink
test: run tests on node 8, 10 and 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Iiro Jäppinen committed Jul 2, 2019
1 parent 392c337 commit 47d5322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -4,8 +4,8 @@

environment:
matrix:
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '9'
- nodejs_version: '8'

matrix:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,8 +4,8 @@

language: node_js
node_js:
- '12'
- '10'
- '9'
- '8'

before_install: yarn global add greenkeeper-lockfile@1
Expand Down

0 comments on commit 47d5322

Please sign in to comment.