Skip to content

Commit

Permalink
test against modern node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Oct 1, 2018
1 parent e29384e commit e4c749f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js

node_js: "4.2"
node_js:
- node
- 8

branches:
only:
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ branches:
skip_tags: true

environment:
nodejs_version: "4.4.3"
matrix:
- nodejs_version: 10
- nodejs_version: 8

cache:
- node_modules -> package.json
Expand Down

0 comments on commit e4c749f

Please sign in to comment.