From ba3d74d9e010b210b49335e0094b182a4933ca0f Mon Sep 17 00:00:00 2001 From: Peter Boyer Date: Tue, 20 Oct 2015 20:49:32 -0400 Subject: [PATCH] Fix travis --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1604641f..c4f8a069 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' }] } },