File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1010 - PHP_RUNTIME='php:5.5-cli'
1111 - PHP_RUNTIME='php:5.6-cli' PHPUNIT_OPTS='--coverage-clover=coverage.clover'
1212
13- before_install :
14- # https://github.com/travis-ci/travis-ci/issues/4778
15- # https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142230889
16- - sudo iptables -L DOCKER || (echo "DOCKER iptables chain missing"; sudo iptables -N DOCKER)
17-
1813install :
1914 - ./dockerfile.sh | docker build -t queue -
2015
2116script :
22- - docker run -d --name tarantool -v $(pwd):/queue tarantool/tarantool /queue/tests/Integration/instance .lua
17+ - docker run -d --name tarantool -v $(pwd):/queue tarantool/tarantool /queue/tests/Integration/queues .lua
2318 - docker run --rm --name queue --link tarantool -v $(pwd):/queue -w /queue -e PHPUNIT_OPTS="$PHPUNIT_OPTS" queue
2419
2520after_script :
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ Then run Tarantool instance (needed for integration tests):
227227
228228``` sh
229229$ docker run -d --name tarantool -v $( pwd) :/queue tarantool/tarantool \
230- /queue/tests/Integration/instance .lua
230+ /queue/tests/Integration/queues .lua
231231```
232232
233233And then run both unit and integration tests:
File renamed without changes.
You can’t perform that action at this time.
0 commit comments