circle.yml 204 B

12345678910
  1. machine:
  2. node:
  3. version: 5
  4. test:
  5. override:
  6. - npm run lint
  7. - npm run flow
  8. - npm run test:cover # only run unit tests in Phantom for now before we setup SauceLabs
  9. - npm run test:ssr