Skip to content

Commit 5c81c61

Browse files
author
Eugene Leonovich
committed
Fix .travis.yml
1 parent 087ccfa commit 5c81c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919

2020
script:
2121
- docker network create tarantool-php
22-
- docker run -d --net=tarantool-php -v `pwd`:/queue tarantool/tarantool:1 tarantool /queue/tests/Integration/queues.lua
22+
- docker run -d --net=tarantool-php --name=tarantool -v `pwd`:/queue tarantool/tarantool:1 tarantool /queue/tests/Integration/queues.lua
2323
- docker run --rm --net=tarantool-php -v `pwd`:/queue -w /queue -e PHPUNIT_OPTS="$PHPUNIT_OPTS" queue
2424

2525
after_script:

0 commit comments

Comments
 (0)