Skip to content

Commit

Permalink
Fix lint-md command in package.json, add TEST_SUITE for lint-md to .t…
Browse files Browse the repository at this point in the history
…ravis.yml
  • Loading branch information
manidlou committed Apr 29, 2017
1 parent 6c27b6f commit 04b8933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
- node_js: "7"
env: TEST_SUITE=lint
env:
- TEST_SUITE=lint-md
- TEST_SUITE=unit
script: npm run-script $TEST_SUITE
after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
"lint": "standard",
"lint-md": "./tools/standard-markdown/cli.js",
"lint-md": "node ./tools/standard-markdown/cli.js",
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
"test": "npm run lint && npm run lint-md && npm run unit",
"unit": "node test.js"
Expand Down

0 comments on commit 04b8933

Please sign in to comment.