circle.yml 230 B

1234567891011121314
  1. machine:
  2. node:
  3. version: 5
  4. general:
  5. branches:
  6. only:
  7. - next
  8. test:
  9. override:
  10. - npm run lint
  11. - npm run test:cover # only run unit tests in Phantom for now before we setup SauceLabs
  12. - npm run test:ssr