Skip to content

Commit

Permalink
ci: Stop testing on node 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Aug 11, 2020
1 parent 67c4b5e commit 106e662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- 'node'
- '14'
- '12'
- '10'
- '8'
cache:
directories:
- ~/.npm
Expand Down

0 comments on commit 106e662

Please sign in to comment.