Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
test(lint): disabled the lint script for the travis config for this p…
Browse files Browse the repository at this point in the history
…roject

since the instability resulting from travis-ci/travis.rb#732 not being fixed outweighs the benefit of catching config errors early
  • Loading branch information
travi committed Aug 30, 2020
1 parent e35a6c0 commit 0cb8862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"clean": "rimraf lib/",
"lint:js": "eslint . --cache",
"lint:travis": "travis-lint .travis.yml",
"disabled:lint:travis": "travis-lint .travis.yml",
"lint:peer": "npm ls >/dev/null",
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
"test:unit:base": "mocha 'src/**/*-test.js'",
Expand Down

0 comments on commit 0cb8862

Please sign in to comment.