File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,17 @@ deploy:
9
9
email : sean@ctrlplusb.com
10
10
# TODO: run:
11
11
# travis encrypt YOUR_API_KEY --add deploy.api_key
12
+ api_key :
13
+ secure : vZhrpLeEpHW35blKAklFPUOsulSzoaXitNf2BxUsb03U1721Pe1LUrNfILOYz7hWtv3HWWIoF2HTXoOf4NQV6YKUddArUh+eupeXv9+zrqn3f9jFFZnauCsTWCEKtvK0Ca714Kzg/ngKfshyn/on1p/ZKjAG0KufgkYj5YWUtGzdgtF1uOaXY7GVvBv/CjPkW3SHpC4VFco/0NC9QdqY0wm11CYtwnVHWme1tcj/3h5Po/9NVpGgQKf1etGYDrij1oef6YIb0cS70tCZF5YuQgehTtSqtCOoMppXHzgXYceUcFRq/8Z+Fc1ZITf+T5aus5yGScAUpZy4lynemMfo+im+9aYe06vkMJW0Bu8mjSXt/q2JBkm6JtUAC0SjfLd1t4Hylhmr3F8/auIM3jXI6I8UH4yEkaRNbzMG4MddbJ42W2pjBmLAkbNODksomn9ow1xx6Q6pRlmHz8PZAFI++rRFGL5V4rjrbziUDkIaT6dUKB31u965aJAM6s9v/CVc8w0ylNZXZDeMqvkJrgyjWpFjtXuMo19aHoBF1ScpLcaEEbt3rateszxrTJU1A/M52Qew8CgS8wUuUSuur7BpFP0jRQ6fxN+EqRRXndznS470fYZtrJxvl1VHoaNUjgNMONHb21zkeH1B3WYHUOWKuRS1luRv0GDjhsQZOHMsIfY=
12
14
on :
13
15
branch : master
14
16
tags : true
15
17
node_js :
16
18
- ' 7'
17
19
script :
18
- - yarn run flow:defs
20
+ # Unfortunately flow falls over when a dep exists in peer deps and others. :(
21
+ # @see https://github.com/flowtype/flow-typed/issues/528
22
+ # - yarn run flow:defs
19
23
- yarn run check
20
24
after_success :
21
25
- yarn run test:coverage:deploy
Original file line number Diff line number Diff line change 21
21
],
22
22
"scripts" : {
23
23
"build" : " babel-node ./tools/scripts/build.js" ,
24
- "check" : " yarn run lint && yarn run flow && yarn run test" ,
24
+ "check" : " yarn run lint && yarn run test" ,
25
25
"clean" : " rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./flow-coverage" ,
26
26
"example:web" : " echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start" ,
27
27
"flow" : " babel-node ./tools/scripts/flow" ,
31
31
"prepublish" : " yarn run build" ,
32
32
"test" : " jest" ,
33
33
"test:coverage" : " yarn run test -- --coverage" ,
34
- "test:coverage:deploy" : " yarn run coverage && codecov"
34
+ "test:coverage:deploy" : " yarn run test: coverage && codecov"
35
35
},
36
36
"devDependencies" : {
37
37
"app-root-dir" : " 1.0.2" ,
You can’t perform that action at this time.
0 commit comments