[ci] Run the karma tests in Chrome on CI

This commit is contained in:
spalger 2016-07-01 12:22:20 -07:00
parent c684004324
commit 7d9f7adcf9

View file

@ -24,10 +24,8 @@ module.exports = function (grunt) {
switch (require('os').platform()) {
case 'win32':
return 'IE';
case 'darwin':
return 'Chrome';
default:
return 'Firefox';
return 'Chrome';
}
}()),