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 wait the test
  • Loading branch information
popovkov57 committed Nov 3, 2016
1 parent f9df352 commit af462cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/index.js",
"scripts": {
"commit": "git-cz",
"test": "mocha src/index.test.js -w",
"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 af462cf

Please sign in to comment.