Skip to content

Commit

Permalink
Updated node versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedb committed May 22, 2020
1 parent f223da7 commit 5fae384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- 'node'
- '10'
- '8'
- '6'
- "node"
- "14"
- "12"
- "10"
after_success:
- npm run report-coverage

0 comments on commit 5fae384

Please sign in to comment.