Skip to content

Commit 8a03edc

Browse files
author
Sean Cribbs
committed
Give full path to search-cmd binary.
1 parent 2d7e0dc commit 8a03edc

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
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55
install: ./setup.py develop
66
script: ./setup.py test
7-
before_script: sudo search-cmd install searchbucket
7+
before_script: sudo /usr/sbin/search-cmd install searchbucket
88
env: "SKIP_LUWAK=1"
99
notifications:
1010

0 commit comments

Comments
 (0)