Skip to content

Commit

Permalink
Ajusta gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagor87 committed Jul 14, 2016
1 parent 5087961 commit 1b215d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gulp.task('unit_test', function (done) {
var _opts = {
configFile: __dirname + '/karma.conf.js',
singleRun: true,
browsers: ['Chrome']
browsers: ['PhantomJS']
};

karma.start(_opts, done);
Expand Down

0 comments on commit 1b215d0

Please sign in to comment.