There was an error while loading. Please reload this page.
1 parent eab7bec commit b26e2fcCopy full SHA for b26e2fc
.travis.yml
@@ -7,10 +7,7 @@ cache:
7
node_js:
8
- '8'
9
script:
10
-# Unfortunately flow falls over when a dep exists in peer deps and others. :(
11
-# @see https://github.com/flowtype/flow-typed/issues/528
12
-#- npm run flow:defs
13
-- npm run check
+- npm run link
14
after_success:
15
# Deploy code coverage report to codecov.io
16
- npm run test:coverage:deploy
0 commit comments