Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
- Remove Node v0.10 build test case
- Add checks against Node versions 8, 10, 12, 14 to match https://github.com/less/less.js/blob/b37922cfb2932f00d1e8b340f4799ff24a2af0f2/.travis.yml
  • Loading branch information
stamminator committed May 25, 2021
1 parent ecacdf7 commit b1a3e18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,9 @@ sudo: false

language: node_js
node_js:
- "0.10"
- "6"
- "7"
- "8"
- "10"
- "12"
- "14"

0 comments on commit b1a3e18

Please sign in to comment.