mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
9 lines
100 B
YAML
9 lines
100 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.12
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
script: "npm test"
|