Skip to content

Commit

Permalink
Run mocha with --forbid-only on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Sep 9, 2020
1 parent 4551f53 commit 1ad63b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ node_js:
- 12
- 13
- 14
script: npm run test:ci
after_script:
- npm run coveralls
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"src:lint": "jshint src",
"src:watch": "onchange \"src/**/*.js\" -- npm run src:build",
"start": "concurrently \"npm run build\" \"npm run docs\" && npm run watch",
"test": "nyc mocha --forbid-only",
"test": "nyc mocha",
"test:ci": "nyc mocha --forbid-only",
"test:watch": "mocha --watch"
},
"dependencies": {
Expand Down

0 comments on commit 1ad63b0

Please sign in to comment.