Skip to content

Commit

Permalink
change unit config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyul committed May 30, 2016
1 parent 1f00ca8 commit 7a5f015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-pro
repo_token: qXPo1F5gCqzYfjsIwLK2JGDTYwfkZM7z8
3 changes: 2 additions & 1 deletion build/karma.unit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var base = require('./karma.base.config.js')
module.exports = function (config) {
config.set(assign(base, {
browsers: ['PhantomJS'],
reporters: ['progress']
reporters: ['progress'],
singleRun: true
}))
}

0 comments on commit 7a5f015

Please sign in to comment.