Skip to content

Commit

Permalink
chore(ci): Remove Node 8 and add Node 13
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Nov 2, 2019
1 parent ab4099a commit ecb3928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- '12'
- '10'
- '8'
- 13
- 12
- 10
after_success: npm run coveralls
stages:
- test
Expand Down

0 comments on commit ecb3928

Please sign in to comment.