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 4744bb2 commit 6211ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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 6211ead

Please sign in to comment.