Skip to content

Commit

Permalink
fix: update CI node versions (#413)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop node 6 and 7, and add node 11 and 12
  • Loading branch information
juanjoDiaz authored and knownasilya committed Aug 19, 2019
1 parent b57715b commit 6fd6c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
- "12"
script:
- "npm run lint"
- "npm run test-with-coverage"
Expand Down

0 comments on commit 6fd6c09

Please sign in to comment.