From 34e23998b17c445b25cc9832004c930c80ce4300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 20 Jul 2016 14:12:02 +0200 Subject: [PATCH] Update travis --- .travis.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index b979adba..1ce79b41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,25 +49,25 @@ install: - popd # Redis leveldb - test ! -d redis-leveldb/ && git clone https://github.com/KDr2/redis-leveldb.git - pushd redis-leveldb/ - git submodule init - git submodule update - make - popd + - pushd redis-leveldb/ + - git submodule init + - git submodule update + - make + - popd # Faup - test ! -d faup && git clone https://github.com/stricaud/faup.git - pushd faup/ - test ! -d build && mkdir build - cd build - cmake .. && make - sudo make install - echo '/usr/local/lib' | sudo tee -a /etc/ld.so.conf.d/faup.conf - sudo ldconfig - popd + - pushd faup/ + - test ! -d build && mkdir build + - cd build + - cmake .. && make + - sudo make install + - echo '/usr/local/lib' | sudo tee -a /etc/ld.so.conf.d/faup.conf + - sudo ldconfig + - popd # PyFaup - pushd faup/src/lib/bindings/python/ - python setup.py install - popd + - python setup.py install + - popd # Set config - cp bin/packages/config.cfg.sample bin/packages/config.cfg - mkdir -p $AIL_HOME/{PASTES,Blooms,dumps}