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}