Skip to content

Commit

Permalink
Drop Node.js 6 from .travis.yml
Browse files Browse the repository at this point in the history
Node.js 6 is EOL.

I get the following error in a library that does not support Node.js 6.
 
```
node_modules/eslint/lib/cli-engine/cli-engine.js:257
        ...calculateStatsPerFile(messages)
        ^^^
```
  • Loading branch information
abetomo committed Jul 11, 2019
1 parent 7579a91 commit 6b72431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"

0 comments on commit 6b72431

Please sign in to comment.