Explorar el Código

also run flow on ci

Evan You hace 10 años
padre
commit
f90b696060
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      circle.yml

+ 1 - 0
circle.yml

@@ -5,5 +5,6 @@ machine:
 test:
   override:
     - npm run lint
+    - npm run flow
     - npm run test:cover # only run unit tests in Phantom for now before we setup SauceLabs
     - npm run test:ssr