travis: Don't test forestdb anymore.

modern-harvey2
Doug Coleman 2017-12-10 13:02:35 -06:00
parent 588c591424
commit c79b4f2e61
1 changed files with 0 additions and 6 deletions

View File

@ -45,12 +45,6 @@ before_install:
wget https://github.com/vmt/udis86/archive/v1.7.2.tar.gz && tar xzvf v1.7.2.tar.gz &&
( cd udis86-1.7.2/ && ./autogen.sh && ./configure --enable-shared=yes && make && sudo make install ) &&
( [[ "$TRAVIS_OS_NAME" != "osx" ]] && sudo ldconfig || true )
- >
( git clone -b v1.2 git://github.com/couchbase/forestdb &&
cd forestdb && mkdir build && cd build && cmake ../ &&
make all &&
[[ "$TRAVIS_OS_NAME" != "osx" ]] && ( sudo cp libforestdb.so /usr/lib && sudo ldconfig ) || ( true )
)
script: >
( echo "=== Bootstrap ===" ; ./build.sh net-bootstrap < /dev/null ; ret=$? ; echo "=== $ret ==="; [ $ret == 0 ] ) &&
( echo "=== Factor Configure Postgresql ===" ; ./factor -e='USING: db.postgresql namespaces memory ; T{ postgresql-db f "localhost" f f f f "postgres" "" } \ postgresql-db set-global save' ; ret=$? ; echo "=== $ret ==="; [ $ret == 0 ] ) &&