travis: Don't test forestdb anymore.
parent
588c591424
commit
c79b4f2e61
|
@ -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 ] ) &&
|
||||
|
|
Loading…
Reference in New Issue