Skip to content

Commit

Permalink
Update CI configs to test new Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed May 13, 2019
1 parent 7c251d6 commit bdd6a79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,8 @@ node_js:
- 8
- 9
- 10
- 11
- 12
env: TEST_SUITE=unit
matrix:
exclude:
Expand All @@ -22,4 +24,4 @@ after_success:
- if [ $TEST_SUITE = full-ci ]; then npm run coveralls; fi
cache:
directories:
- node_modules
- node_modules
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -5,6 +5,7 @@ environment:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"

# Install scripts. (runs after repo cloning)
install:
Expand All @@ -26,4 +27,4 @@ test_script:
build: off

cache:
- node_modules
- node_modules

0 comments on commit bdd6a79

Please sign in to comment.