Skip to content

Commit

Permalink
ci: 🎡 add support for node 12 and drop 11 and 9
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node 11 and 9
  • Loading branch information
Gpx committed Sep 27, 2019
1 parent b6f2115 commit 50f31f9
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 1,432 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.0.0
v12.11.0
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ cache:
notifications:
email: false
node_js:
- '11'
- '12'
- '10'
- '9'
- '8'
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down
Loading

0 comments on commit 50f31f9

Please # to comment.