Skip to content

Commit fbc337f

Browse files
committed
use different Docker image for testing
1 parent d0c65d4 commit fbc337f

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-preview.1
39-
docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:3.7.0-preview.1
38+
docker pull arangodb/arangodb-test:3.7-nightly
39+
docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-test:3.7-nightly
4040

4141
sleep 2
4242

0 commit comments

Comments
 (0)