We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236384d commit 4fcf1afCopy full SHA for 4fcf1af
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
python:
3
- "2.7"
4
before_install:
5
- - "sh setup_arangodb_2.3.sh"
+ - "sh setup_arangodb_2.5.sh"
6
install:
7
- "pip install ."
8
script: nosetests
setup_arangodb_2.3.sh renamed to setup_arangodb_2.5.sh
@@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
-VERSION=2.3.4
+VERSION=2.5.5
NAME=ArangoDB-$VERSION
9
if [ ! -d "$DIR/$NAME" ]; then
setup_arangodb_2.4.sh renamed to setup_arangodb_2.6.sh
-VERSION=2.4.0
+VERSION=2.6.0-alpha2
0 commit comments