mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Merge pull request #3082 from ryysud/add-more-version-to-ci
Add Node.js v8 to Travis CI and AppVeyor
This commit is contained in:
@@ -3,6 +3,7 @@ cache:
|
||||
directories:
|
||||
- travis-phantomjs
|
||||
node_js:
|
||||
- "8"
|
||||
- "6"
|
||||
- "4"
|
||||
- "0.12"
|
||||
|
||||
@@ -5,6 +5,7 @@ environment:
|
||||
- nodejs_version: "0.12"
|
||||
- nodejs_version: "4"
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "8"
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user