Updated travis

This commit is contained in:
Carsten Brandt
2015-01-10 22:50:47 +01:00
parent 802c384551
commit ec1e8e94ee
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ install:
before_script: before_script:
# show some versions and env information # show some versions and env information
- echo 'elasticsearch version ' && curl http://localhost:9200/ - echo 'elasticsearch version ' && curl http://localhost:9200/
- php -r "echo INTL_ICU_VERSION;" - php -r "echo INTL_ICU_VERSION . \"\n\";"
- mysql --version - mysql --version
- psql --version - psql --version

View File

@ -13,7 +13,7 @@ CWD=$(pwd)
mkdir -p cubrid/$CUBRID_VERSION mkdir -p cubrid/$CUBRID_VERSION
cd cubrid cd cubrid
if (test -f $CUBRID_VERSION-linux.x86_64.tar.gz); then if (test -f $CUBRID_VERSION-linux.x86_64.tar.gz); then
echo "CUBRID is already installed" echo "CUBRID is already downloaded"
else else
wget http://ftp.cubrid.org/CUBRID_Engine/$CUBRID_VERSION-linux.x86_64.tar.gz -O $CUBRID_VERSION-linux.x86_64.tar.gz wget http://ftp.cubrid.org/CUBRID_Engine/$CUBRID_VERSION-linux.x86_64.tar.gz -O $CUBRID_VERSION-linux.x86_64.tar.gz
fi fi