Skip to content

Commit

Permalink
test: update travis config
Browse files Browse the repository at this point in the history
Update TravisCI config to run tests on Node >= 10, up from 8
  • Loading branch information
morphatic committed Nov 2, 2020
1 parent f5cb107 commit ccf9714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 'node'
- '8'
- '10'
cache:
yarn: true
directories:
Expand Down

0 comments on commit ccf9714

Please sign in to comment.