Skip to content

Commit

Permalink
remove glog from travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Jun 16, 2014
1 parent 21525f9 commit a1a0c47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -22,10 +22,6 @@ install:
- git clone https://github.com/jubatus/jubatus-msgpack-rpc.git
- pushd jubatus-msgpack-rpc/cpp && git checkout develop && ./bootstrap && ./configure --with-jubatus-mpio=/usr/local && make && sudo make install && popd
- sudo ldconfig
# glog
- wget http://google-glog.googlecode.com/files/glog-0.3.3.tar.gz && tar xf glog-0.3.3.tar.gz
- pushd glog-0.3.3 && ./configure && make && sudo make install && popd
- sudo ldconfig
# zookeeper
- wget http://apache.openmirror.de/zookeeper/zookeeper-3.4.5/zookeeper-3.4.5.tar.gz && tar xf zookeeper-3.4.5.tar.gz
- pushd zookeeper-3.4.5/src/c && ./configure && make && sudo make install && popd
Expand Down

0 comments on commit a1a0c47

Please sign in to comment.