Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pboyer committed Oct 21, 2015
1 parent 8f78cc4 commit ba3d74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ module.exports = function(grunt) {
src: ['build/js/verbHaxe.js'],
overwrite: true, // overwrite matched source files
replacements: [{
from: '{log:function(){}}, typeof window != "undefined" ? window : exports,',
to: '{log:function(){}}, verb,'
from: '{log:function(){}}, typeof window != "undefined" ? window : exports',
to: '{log:function(){}}, verb'
}]
}
},
Expand Down

0 comments on commit ba3d74d

Please sign in to comment.