2014-11-06 22:44:23 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2018-07-18 23:16:55 +00:00
|
|
|
- "8"
|
2014-11-06 22:44:23 +00:00
|
|
|
git:
|
|
|
|
depth: 1
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- gh-pages
|
2019-04-03 23:27:17 +00:00
|
|
|
install: yarn install --frozen-lockfile
|
2019-04-03 23:26:10 +00:00
|
|
|
script: yarn test
|