Skip to content

Commit

Permalink
feat(test): drop phantomjs from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 27, 2016
1 parent 0f7d392 commit 3299ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ if (process.env.TRAVIS) {
browsers.push('Chrome')
}

if (!process.env.DEBUG && process.env.PHANTOM !== 'off') {
browsers.push('PhantomJS')
}

module.exports = function (config) {
config.set({
basePath: process.cwd(),
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,13 @@
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-own-reporter": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"lodash.camelcase": "^4.3.0",
"lodash.includes": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"mocha": "^3.0.2",
"phantomjs-prebuilt": "^2.1.12",
"pretty-hrtime": "^1.0.2",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
Expand Down

0 comments on commit 3299ce1

Please # to comment.