Skip to content

Commit

Permalink
Merge 419af91 into 32a65ff
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed May 13, 2019
2 parents 32a65ff + 419af91 commit 2263b14
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -26,4 +26,4 @@ test_script:
build: off

cache:
- node_modules
- node_modules

0 comments on commit 2263b14

Please sign in to comment.