From bc7455ca006048384aa4581993826047c6cb6f7b Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Fri, 8 Dec 2017 13:11:40 -0800 Subject: [PATCH] Regenerate artifacts. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d86929fa..ea643450 100755 --- a/.travis.yml +++ b/.travis.yml @@ -79,8 +79,8 @@ install: - if [[ $LINUX && $GCC && $DYNAMIC ]]; then export CC=gcc-4.8; export CXX=g++-4.8; fi # Download and install packages. - - if [[ $OSX && $CLANG && $DYNAMIC ]]; then brew unlink boost; brew install boost; fi - - if [[ $OSX && $CLANG && $DYNAMIC ]]; then brew unlink bash-completion; brew install bash-completion; fi + - if [[ $OSX && $CLANG && $DYNAMIC ]]; then brew install boost; fi + - if [[ $OSX && $CLANG && $DYNAMIC ]]; then brew install bash-completion; fi script: