From 78b4be711d95bfeae35a2d24f5a94ff3d72cb444 Mon Sep 17 00:00:00 2001 From: Domenico Lupinetti Date: Mon, 10 Aug 2015 21:03:35 +0200 Subject: [PATCH] Fixed Travis build script --- .travis.yml | 4 ++-- ci/start-ci.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ee65ba..b1aa47b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ env: - ORIENTDB_VERSION=2.0.13 - ORIENTDB_VERSION=2.0.12 - ORIENTDB_VERSION=2.0.11 - - ORIENTDB_VERSION=2.0.10 +# - ORIENTDB_VERSION=2.0.10 - ORIENTDB_VERSION=2.0.9 - ORIENTDB_VERSION=2.0.8 - ORIENTDB_VERSION=1.7.10 @@ -38,7 +38,7 @@ env: matrix: allow_failures: - - ORIENTDB_VERSION=2.0.10 +# - ORIENTDB_VERSION=2.0.10 - ORIENTDB_VERSION=2.0.9 - ORIENTDB_VERSION=2.0.8 - ORIENTDB_VERSION=1.7.10 diff --git a/ci/start-ci.sh b/ci/start-ci.sh index 5b4ad22..22b59bc 100755 --- a/ci/start-ci.sh +++ b/ci/start-ci.sh @@ -35,7 +35,7 @@ cd "$PARENT_DIR" . "$PARENT_DIR/ci/_bash_utils.sh" -if [ ! -d "$ODB_DIR" ]; then +if [ ! -d "$ODB_DIR/bin" ]; then # Download and extract OrientDB server echo "--- Downloading OrientDB v${ODB_VERSION} ---" build ${ODB_VERSION} ${CI_DIR}