You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo sh -c 'wget -O /etc/apt/trusted.gpg.d/debian-farsightsec.gpg https://dl.farsightsecurity.com/debian/archive.pubkey'; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo sh -c 'echo "deb [arch=amd64] http://dl.farsightsecurity.com/debian wheezy-farsightsec main" > /etc/apt/sources.list.d/debian-farsightsec.list'; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
# OS X
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
install:
# Linux
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq install liblz4-dev libsnappy-dev libzstd-dev zlib1g-dev; fi
# OS X
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install lz4; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install snappy; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install zstd; fi