From 6642d36079cf761b0f11a4785575f29121a5f74d Mon Sep 17 00:00:00 2001 From: Gigih Aji Ibrahim <bungcip@gmail.com> Date: Thu, 27 Apr 2017 05:32:20 +0700 Subject: [PATCH] trying to fix travis macos build fail. don't know if this work or not. I don't have mac to test it :) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d567de..f559abf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; - brew install gcc49 pkg-config Caskroom/cask/osxfuse; + brew install Caskroom/cask/osxfuse; fi notifications: email: false -- GitLab