Skip to content

Commit d0c65d4

Browse files
committed
test against preview.1
1 parent 6e02b1f commit d0c65d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ echo "./phpunit --version"
3535
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3636
cd $DIR
3737

38-
docker pull arangodb/arangodb-preview:3.7.0-alpha.1
39-
docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:3.7.0-alpha.1
38+
docker pull arangodb/arangodb-preview:3.7.0-preview.1
39+
docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:3.7.0-preview.1
4040

4141
sleep 2
4242

0 commit comments

Comments
 (0)