Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI configs to test new Node versions #683

Merged
merged 1 commit into from May 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -26,4 +26,4 @@ test_script:
build: off

cache:
- node_modules
- node_modules