Skip to content

Commit

Permalink
chore(build): Add test:single for travis
Browse files Browse the repository at this point in the history
We don't want travis to watch the tests
  • Loading branch information
Gonzalo Manrique committed Jul 11, 2017
1 parent 52839f3 commit 5a84f6d
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 @@ -11,7 +11,7 @@ node_js:
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 @@ -6,6 +6,7 @@
"scripts": {
"commit": "git-cz",
"test": "mocha src/index.test.js -w",
"test:single": "mocha src/index.test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
Expand Down

0 comments on commit 5a84f6d

Please sign in to comment.