Skip to content

Commit

Permalink
Node 12 is LTS now
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Dec 17, 2019
1 parent bea9c34 commit 85a250a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ language: node_js
node_js:
- "8"
- "10"
- "11"
- "12"
- "13"

before_install:
- travis_retry npm install
Expand All @@ -16,7 +16,7 @@ script:

matrix:
allow_failures:
- node_js: "12"
- node_js: "13"

notifications:
email:
Expand Down

0 comments on commit 85a250a

Please sign in to comment.