fixed travis setup for karma

This commit is contained in:
David Baldwynn 2016-04-21 14:59:42 -04:00
parent 46f98dd6e3
commit 01d1faa01f
2 changed files with 4 additions and 2 deletions

View File

@ -164,8 +164,9 @@ module.exports = function(grunt) {
},
karma: {
unit: {
configFile: 'karma.conf.js'
}
configFile: 'karma.conf.js',
singleRun: true
}
},
protractor: {
options: {

View File

@ -78,6 +78,7 @@
},
"devDependencies": {
"coveralls": "^2.11.4",
"glob": "^7.0.3",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "~0.12.1",
"istanbul": "^0.4.0",