Skip to content

Commit

Permalink
Using ArangoDB 1.4.0-beta2 for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
code-later committed Oct 23, 2013
1 parent 7adcd0b commit d68e0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rvm:
- rbx-19mode
- ruby-head
env:
- ARANGODB_DISABLE_AUTHENTIFICATION=true VERSION=1.4.devel
- ARANGODB_DISABLE_AUTHENTIFICATION=true VERSION=1.4.0-beta2
matrix:
allow_failures:
- rvm: ruby-head
Expand Down
1 change: 1 addition & 0 deletions spec/setup/arangodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ${ARANGOD} \
--javascript.modules-path ${ARANGODB_DIR}/js/server/modules:${ARANGODB_DIR}/js/common/modules:${ARANGODB_DIR}/js/node \
--javascript.package-path ${ARANGODB_DIR}/js/npm:${ARANGODB_DIR}/js/common/test-data/modules \
--javascript.action-directory ${ARANGODB_DIR}/js/actions \
--javascript.app-path ${ARANGODB_DIR}/js/apps \
--database.maximal-journal-size 1048576 \
--server.disable-admin-interface ${ARANGODB_DISABLE_AUTHENTIFICATION} \
--server.disable-authentication true \
Expand Down

0 comments on commit d68e0a1

Please sign in to comment.