Skip to content

Commit

Permalink
Merge pull request baidu#198 from yvxiang/fix_travis
Browse files Browse the repository at this point in the history
fix travis
  • Loading branch information
zd-double authored May 26, 2017
2 parents 5eff96d + 06e6d77 commit daaa35b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ install:
- wget https://github.com/google/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-$PROTOBUF_VERSION.tar.gz
- tar xf protobuf-$PROTOBUF_VERSION.tar.gz
- ( cd protobuf-$PROTOBUF_VERSION && ./configure && make -j4 && sudo make install && sudo ldconfig )
- git clone https://github.com/google/snappy
- ( cd snappy && sh ./autogen.sh && ./configure && make -j4 && sudo make install && sudo ldconfig )
- wget https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz
- tar xf snappy-1.1.4.tar.gz
- ( cd snappy-1.1.4 && sh -x ./autogen.sh && ./configure $DEPS_CONFIG && make -j2 && sudo make install && sudo ldconfig )
- sudo apt-get install zlib1g-dev
- git clone https://github.com/google/googletest.git
script:
Expand Down

0 comments on commit daaa35b

Please sign in to comment.