Skip to content

Commit 2eba942

Browse files
author
Eugene Leonovich
committed
Fix typo in .travis.yml
1 parent 60774e5 commit 2eba942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- sudo iptables -L DOCKER || (echo "DOCKER iptables chain missing"; sudo iptables -N DOCKER)
1818

1919
install:
20-
- ./dockerfile.sh | docker build -t msgpack -
20+
- ./dockerfile.sh | docker build -t queue -
2121

2222
script:
2323
- docker run -d --name tarantool -v $(pwd):/queue tarantool/tarantool /queue/tests/Integration/instance.lua

0 commit comments

Comments
 (0)