Skip to content

Commit 8e782f4

Browse files
committed
Chrome Travis config
1 parent e3a597b commit 8e782f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var path = require('path');
22

33
module.exports = function(config) {
4-
config.set({
4+
var cfg ={
55
basePath: '',
66
frameworks: ['jasmine', 'karma-typescript'],
77
reporters: ['progress', 'karma-typescript'],
@@ -33,7 +33,7 @@ module.exports = function(config) {
3333
file: 'coverage-final.json'
3434
}]
3535
}
36-
});
36+
};
3737
if (process.env.TRAVIS) {
3838
cfg.browsers = ['Chrome_travis_ci'];
3939
}

0 commit comments

Comments
 (0)