language: node_js
|
|
node_js: "6"
|
|
before_script:
|
|
- npm run lint
|
|
- npm install -g gulp
|
|
script:
|
|
- gulp
|
|
- npm test
|