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