Skip to content

Commit

Permalink
Try duck-punching missing console just to see if that helps Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Mar 12, 2014
1 parent e67db22 commit 007455b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/curl-config.js
@@ -1,5 +1,8 @@
(function (global) {
'use strict';
if(typeof console === 'undefined' && typeof window !== 'undefined') {
window.console = {};
}

global.curl = {
packages: {
Expand Down

0 comments on commit 007455b

Please sign in to comment.