Skip to content

Commit 72cc0ab

Browse files
committed
Updated deps, replaced yarn with npm@5
1 parent 4dd82f6 commit 72cc0ab

File tree

4 files changed

+5417
-5226
lines changed

4 files changed

+5417
-5226
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
sudo: false
22
language: node_js
33
cache:
4-
yarn: true
4+
npm: true
55
directories:
66
- node_modules
77
node_js:
88
- '6'
99
script:
1010
# Unfortunately flow falls over when a dep exists in peer deps and others. :(
1111
# @see https://github.com/flowtype/flow-typed/issues/528
12-
#- yarn run flow:defs
13-
- yarn run check
12+
#- npm run flow:defs
13+
- npm run check
1414
after_success:
1515
# Deploy code coverage report to codecov.io
16-
- yarn run test:coverage:deploy
16+
- npm run test:coverage:deploy

0 commit comments

Comments
 (0)