Skip to content

Commit

Permalink
Fixed Travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostico committed Aug 10, 2015
1 parent ef6901f commit 78b4be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/start-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 78b4be7

Please sign in to comment.