Skip to content

Commit

Permalink
Fix Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jan 13, 2021
1 parent 255d9e0 commit 9edf077
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 @@ -11,7 +11,7 @@
"test": "xo --quiet && npm run ava",
"ava": "npx ava --concurrency 1 # Unfortunately have to do this so we don't try to bind to the same port multiple times",
"coverage": "nyc npm test && nyc report --reporter=html",
"travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"travis": "npx nyc npm test && npx nyc report --reporter=text-lcov | coveralls",
"document": "documentation build index.js -f html -o docs --config documentation.yml",
"prepublishOnly": "npm test",
"preversion": "npm test"
Expand Down

0 comments on commit 9edf077

Please sign in to comment.