Commit ec1e8e94 by Carsten Brandt

Updated travis

parent 802c3845
...@@ -56,7 +56,7 @@ install: ...@@ -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
......
...@@ -13,7 +13,7 @@ CWD=$(pwd) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment