12 lines
147 B
YAML
12 lines
147 B
YAML
git:
|
|
depth: 1
|
|
sudo: false
|
|
language: node_js
|
|
matrix:
|
|
include:
|
|
- node_js: "4"
|
|
- node_js: "5"
|
|
- node_js: "6"
|
|
|
|
script: npm run test-ci
|