Skip to content

Commit

Permalink
try running tests in PhantomJS instead
Browse files Browse the repository at this point in the history
  • Loading branch information
pcardune committed Dec 2, 2015
1 parent 4e3aceb commit b4ce65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = function(config) {

// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: [ envConfig.isCI ? 'ChromeTravisCI' : envConfig.devBrowser ],
browsers: [ envConfig.isCI ? 'PhantomJS' : envConfig.devBrowser ],
customLaunchers: {
ChromeTravisCI: {
base: 'Chrome',
Expand Down

0 comments on commit b4ce65f

Please sign in to comment.