18 lines
164 B
YAML
18 lines
164 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "6.2.0"
|
|
- "5.6.0"
|
|
- "4.4.4"
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm run build
|
|
- npm test
|
|
|
|
branches:
|
|
only:
|
|
- gh-pages
|