Skip to content

Commit

Permalink
only lint in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Aug 1, 2018
1 parent 6c6bd35 commit 060011e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cache:
- node_modules

script:
- npm run lint
- npm run cover

after_script:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "babel lib -d dist",
"prepublish": "npm run build",
"test": "mocha --require babel-register test/**/*-test.js",
"posttest": "npm run lint",
"cover": "babel-node node_modules/isparta/bin/isparta cover --include-all-sources --report html --report lcov node_modules/mocha/bin/_mocha -- --require babel-register test/**/*-test.js",
"debug": "node debug node_modules/mocha/bin/_mocha --no-timeouts --require babel-register test/**/*-test.js",
"prelint": "eslint --version",
Expand Down

0 comments on commit 060011e

Please sign in to comment.