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 62b1ec5 commit 5a42baeCopy full SHA for 5a42bae
.travis.yml
@@ -1,16 +1,12 @@
1
sudo: false
2
language: node_js
3
cache:
4
- yarn: true
5
directories:
6
- node_modules
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
-#- yarn run flow:defs
13
-- yarn run check
+- 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