Skip to content

Commit 00aab36

Browse files
committed
Removes lint checking from travis - we use prettier.
1 parent 60a5ec5 commit 00aab36

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
@@ -29,7 +29,6 @@
2929
],
3030
"scripts": {
3131
"build": "babel-node ./tools/scripts/build.js",
32-
"check": "yarn run lint && yarn run test",
3332
"clean": "rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./flow-coverage && rimraf ./umd",
3433
"lint": "eslint src",
3534
"precommit": "lint-staged",

0 commit comments

Comments
 (0)