.travis.yml 142 B

1234567891011
  1. language: node_js
  2. node_js:
  3. - "8"
  4. git:
  5. depth: 1
  6. branches:
  7. only:
  8. - gh-pages
  9. install: yarn install --frozen-lockfile
  10. script: yarn test