Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down