We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd82f6 commit 72cc0abCopy full SHA for 72cc0ab
.travis.yml
@@ -1,16 +1,16 @@
1
sudo: false
2
language: node_js
3
cache:
4
- yarn: true
+ npm: true
5
directories:
6
- node_modules
7
node_js:
8
- '6'
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
-#- yarn run flow:defs
13
-- yarn run check
+#- npm run flow:defs
+- npm run check
14
after_success:
15
# Deploy code coverage report to codecov.io
16
-- yarn run test:coverage:deploy
+- npm run test:coverage:deploy
0 commit comments