Skip to content

Commit

Permalink
fix(Build fix with travis): Test was running with -w flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kennetpostigo committed Nov 15, 2015
1 parent bd05aa7 commit e6afb69
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 @@ -5,6 +5,7 @@
"main": "src/index.js",
"scripts": {
"test": "mocha test/temp.spec.js -w",
"test:single": "mocha test/temp.spec.js",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down

0 comments on commit e6afb69

Please sign in to comment.