Skip to content

Commit fbd64b5

Browse files
committed
[Travis] Add another check
1 parent 5ac6922 commit fbd64b5

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
@@ -8,5 +8,5 @@ install:
88
- "pip install -r requirements.txt"
99
- "sudo cp ci/distributed-flock.json /etc/distributed-flock.json"
1010
- "sudo apt-get install zookeeper zookeeperd"
11-
script: python setup.py nosetests
11+
script: "test \"$(zk-flock | head -n1)\" == \"Invalid number of arguments\" && python setup.py nosetests"
1212
after_success: coveralls

0 commit comments

Comments
 (0)