Skip to content

Commit ac93901

Browse files
author
Eugene Leonovich
committed
Rename instance.lua to queues.lua
1 parent 7a493ea commit ac93901

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ env:
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-
1813
install:
1914
- ./dockerfile.sh | docker build -t queue -
2015

2116
script:
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

2520
after_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

233233
And then run both unit and integration tests:

0 commit comments

Comments
 (0)