Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
chore(build): add test:single for travis
Browse files Browse the repository at this point in the history
don't want travis to watch tests
  • Loading branch information
amandeepmittal committed Aug 9, 2016
1 parent 708e403 commit 1db9aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:
before_script:
- npm prune
script:
- npm run test
- npm run test:single
after_success:
- npm run semantic-release
branches:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"commit":"git-cz",
"test": "mocha test -w",
"test:single": "mocha test",
"install": "echo \"Thank you for installing!\"",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down

0 comments on commit 1db9aba

Please sign in to comment.