Skip to content

Commit 06cbeaf

Browse files
committed
uses the correct CMake in Travis CI build
1 parent c4382ef commit 06cbeaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ matrix:
3030

3131
before_script:
3232
- echo $TRAVIS_OS_NAME
33+
- which cmake
3334

3435
- mkdir build
3536
- cd build
36-
- cmake ../
37+
- /usr/bin/cmake ../
3738

3839
script: make

0 commit comments

Comments
 (0)