Skip to content

Commit 5a42bae

Browse files
committed
Fix travis config'
1 parent 62b1ec5 commit 5a42bae

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
sudo: false
22
language: node_js
33
cache:
4-
yarn: true
54
directories:
65
- node_modules
76
node_js:
87
- '8'
98
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-
#- yarn run flow:defs
13-
- yarn run check
9+
- npm run check
1410
after_success:
1511
# Deploy code coverage report to codecov.io
16-
- yarn run test:coverage:deploy
12+
- npm run test:coverage:deploy

0 commit comments

Comments
 (0)