Skip to content

Commit

Permalink
feat: Add a way to disable PhantomJS testing (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias authored Sep 8, 2016
1 parent c200f6e commit 25dfaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (process.env.TRAVIS) {
browsers.push('Chrome')
}

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

Expand Down

0 comments on commit 25dfaf7

Please sign in to comment.