From 87f11e2e2a5c7f4a04832f049cda370be5f235cb Mon Sep 17 00:00:00 2001 From: mazmazz Date: Tue, 9 Jun 2020 17:13:51 -0400 Subject: [PATCH] Travis: Fix OS X maximum log length error --- travis/osx_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/travis/osx_install.sh b/travis/osx_install.sh index 5c4d88573..6eeca0036 100644 --- a/travis/osx_install.sh +++ b/travis/osx_install.sh @@ -10,7 +10,6 @@ if [ -f "$HOME/macports_cache/macports.tar" ]; then unlink "$HOME/macports_cache/macports.tar"; else echo "MacPorts cache not found; installing from scratch..."; - VERBOSE=1; fi # Verbose?