Skip to content

Commit 9286849

Browse files
authored
Update .travis.yml
1 parent 0327c3b commit 9286849

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
@@ -40,7 +40,7 @@ before_script:
4040
script:
4141
- mkdir -p build
4242
- cd build
43-
- cmake -D CMAKE_PREFIX_PATH:PATH=${DEPS_DIR}/protobuf/install:${PATH} ..
43+
- cmake -D CMAKE_PREFIX_PATH:PATH=${DEPS_DIR}/protobuf/install ..
4444
- cmake --build .
4545
- cd ..
4646
- python setup.py build

0 commit comments

Comments
 (0)