Skip to content

Commit

Permalink
Merge pull request #171 from mreiferson/travis
Browse files Browse the repository at this point in the history
travis: pin snappy to fix build
  • Loading branch information
mreiferson authored Mar 29, 2017
2 parents ea1a66d + c5c09d0 commit 3025a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install_snappy () {
# install snappy from source so we can compile with `-fPIC` witout having to sudo install stuff
git clone https://github.com/google/snappy.git
cd snappy
git checkout 1.1.4
sh autogen.sh
mkdir -p "$HOME/usr/local"
./configure --prefix="$HOME/usr/local"
Expand Down

0 comments on commit 3025a70

Please sign in to comment.