Skip to content

Commit b26e2fc

Browse files
committed
Fixes travis config.
1 parent eab7bec commit b26e2fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ cache:
77
node_js:
88
- '8'
99
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
10+
- npm run link
1411
after_success:
1512
# Deploy code coverage report to codecov.io
1613
- npm run test:coverage:deploy

0 commit comments

Comments
 (0)