Use phantomjs 1.9 instead of 2

This commit is contained in:
Roman Hotsiy 2015-12-10 00:19:46 +02:00
parent 443533041f
commit ed56dcc3b6
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@ module.exports = function (config) {
}, },
reporters: ['mocha'], reporters: ['mocha'],
browsers: ['PhantomJS2'], browsers: ['PhantomJS'],
browserNoActivityTimeout: 60000 browserNoActivityTimeout: 60000
}); });

View File

@ -72,10 +72,11 @@
"karma-jspm": "^2.0.2", "karma-jspm": "^2.0.2",
"karma-mocha": "^0.2.1", "karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3", "karma-mocha-reporter": "^1.1.3",
"karma-phantomjs-launcher": "^0.2.1",
"karma-phantomjs-shim": "^1.1.2", "karma-phantomjs-shim": "^1.1.2",
"karma-phantomjs2-launcher": "^0.3.2",
"karma-sinon": "^1.0.4", "karma-sinon": "^1.0.4",
"mocha": "^2.3.4", "mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"reflect-metadata": "^0.1.2", "reflect-metadata": "^0.1.2",
"require-dir": "^0.3.0", "require-dir": "^0.3.0",
"run-sequence": "^1.1.4", "run-sequence": "^1.1.4",