Skip to content

Commit

Permalink
back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 17, 2013
1 parent 8d5c0cb commit f5d295a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = (grunt) ->
port: 9998
ci:
singleRun: true
reporters: ['progress']
reporters: ['dots']
dev:
background: true

Expand Down
2 changes: 1 addition & 1 deletion karma.conf.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ module.exports = (config) ->
autoWatch: false

# Browsers
browsers: ['PhantomJS'] #if process.env.TRAVIS then ['Firefox'] else ['Chrome']
browsers: if process.env.TRAVIS then ['Firefox'] else ['Chrome']

0 comments on commit f5d295a

Please sign in to comment.