Skip to content

Commit

Permalink
Another proper karma command revisited
Browse files Browse the repository at this point in the history
  • Loading branch information
princed committed Apr 4, 2015
1 parent 7d283da commit d99462f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ node_js:
- iojs
- "0.12"
- "0.10"
script: npm run travis
script: npm test -- --browsers PhantomJS,Firefox
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -3,8 +3,7 @@
"description": "Chai browser plugins set for Karma",
"scripts": {
"pretest": "eslint . --ignore-path .gitignore",
"test": "./node_modules/karma/bin/karma start",
"travis": "./node_modules/karma/bin/karma start --browsers PhantomJS,Firefox"
"test": "node node_modules/karma/bin/karma start"
},
"keywords": [
"karma",
Expand Down

0 comments on commit d99462f

Please sign in to comment.