Skip to content

Commit

Permalink
chore: Do not run integration specs with npm t
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTomlin committed Dec 22, 2016
1 parent 9791183 commit e0810f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
- npm run semantic-release
script: PROTRACTOR_FLAKE_LOG_LEVEL=debug npm test
script: PROTRACTOR_FLAKE_LOG_LEVEL=debug npm test && npm run test:integration
addons:
sauce_connect:
username: pluckdeep
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"serve": "bin/www",
"lint": "standard",
"test": "npm run lint && npm run test:unit && npm run test:integration",
"test": "npm run lint && npm run test:unit",
"test:unit": "mocha --opts test/unit/mocha.opts",
"test:integration": "npm run build && mocha --opts test/integration/mocha.opts --slow 30001 --timeout 30000 --reporter tap",
"test:dev": "mocha --watch --opts test/unit/mocha.opts",
Expand Down

0 comments on commit e0810f9

Please sign in to comment.