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