travis: fixed PATH on macOS

This commit is contained in:
Frank Morgner 2019-05-21 19:36:17 +02:00
parent b7b501d0a5
commit 65a86b8331
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ before_install:
brew uninstall libtool;
brew install libtool;
brew install gengetopt help2man cmocka ccache;
export PATH="/usr/local/opt/ccache/libexec:$PATH";
fi
before_script: