Skip to content

Commit

Permalink
Merge npm test and npm ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 21, 2018
1 parent be9a1d7 commit 03b6de4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ os:
- linux
- osx
script:
- npm run ci-test
- npm run test
after_script:
- npm run coveralls
sudo: false
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -23,7 +23,6 @@
"license": "MIT",
"scripts": {
"test": "nyc mocha --exit",
"ci-test": "istanbul cover _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"files": [
Expand Down

0 comments on commit 03b6de4

Please sign in to comment.