10 lines
96 B
YAML
10 lines
96 B
YAML
|
sudo: false
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- "5"
|
||
|
git:
|
||
|
depth: 1
|
||
|
branches:
|
||
|
only:
|
||
|
- gh-pages
|