Skip to content

Commit c8b4006

Browse files
committed
Removes lint checking from travis - we use prettier.
1 parent 5574174 commit c8b4006

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ cache:
77
node_js:
88
- '6'
99
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
10+
- yarn run test
1411
after_success:
1512
# Deploy code coverage report to codecov.io
1613
- yarn run test:coverage:deploy

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
],
2222
"scripts": {
2323
"build": "babel-node ./tools/scripts/build.js",
24-
"check": "yarn run lint && yarn run test",
2524
"clean": "rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./umd",
2625
"example:web": "echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start",
2726
"lint": "eslint src",

0 commit comments

Comments
 (0)