Skip to content

Commit

Permalink
Removes lint checking from travis - we use prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Apr 5, 2017
1 parent 5574174 commit c8b4006
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ cache:
node_js:
- '6'
script:
# Unfortunately flow falls over when a dep exists in peer deps and others. :(
# @see https://github.com/flowtype/flow-typed/issues/528
#- yarn run flow:defs
- yarn run check
- yarn run test
after_success:
# Deploy code coverage report to codecov.io
- yarn run test:coverage:deploy
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"scripts": {
"build": "babel-node ./tools/scripts/build.js",
"check": "yarn run lint && yarn run test",
"clean": "rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./umd",
"example:web": "echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start",
"lint": "eslint src",
Expand Down

0 comments on commit c8b4006

Please sign in to comment.