summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-08-10 00:03:19 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-08-10 01:21:27 +0200
commitabe29583f2f6f0d93313be66747251cd9b983175 (patch)
tree1bdf516490e5e72eb97410a883e6708a80769bb1 /.travis
parent8af3aa33973fe583e376cffbb6e0ba4e6a881601 (diff)
install lz4 from brew
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index e25ab1288..27eb668db 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -14,6 +14,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
eval "$(pyenv init -)"
fi
+ brew install lz4
brew outdated pyenv || brew upgrade pyenv
case "${TOXENV}" in