Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
test(karma.js): use phantom for dev & ci tests #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed May 6, 2014
1 parent 0311e5e commit eb67f55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grunt_tasks/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ module.exports = {
plugins : [
"karma-chrome-launcher",
"karma-firefox-launcher",
"karma-phantomjs-launcher",
"karma-jasmine"
]
},
dev: {
browsers: ["Chrome"]
browsers: ["PhantomJS"]
},
travis: {
browsers: ["Firefox"]
browsers: ["PhantomJS", "Firefox"]
}
};

0 comments on commit eb67f55

Please sign in to comment.