mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-18 16:13:55 +00:00
Update CI configs
This commit is contained in:
parent
89aeac2e04
commit
3a00aee089
@ -1,15 +1,15 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "io.js"
|
||||
- "4"
|
||||
- "5"
|
||||
- "6"
|
||||
- "7"
|
||||
matrix:
|
||||
include:
|
||||
- node_js: "4"
|
||||
- node_js: "7"
|
||||
env: TEST_SUITE=lint
|
||||
env:
|
||||
- TEST_SUITE=unit
|
||||
|
||||
@ -2,10 +2,9 @@
|
||||
environment:
|
||||
matrix:
|
||||
# node.js
|
||||
- nodejs_version: "0.10"
|
||||
- nodejs_version: "0.12"
|
||||
- nodejs_version: "4"
|
||||
- nodejs_version: "5"
|
||||
- nodejs_version: "6"
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user