Skip to content

Commit b63ef12

Browse files
committed
installing cmake earlier in travis script
1 parent 44690c0 commit b63ef12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ before_install:
2525

2626
#install gtest
2727
- sudo apt-get update >/dev/null # suppress output
28+
- sudo apt-get install cmake >/dev/null # suppress output
2829
- sudo apt install libgtest-dev >/dev/null # suppress output
2930
- cd /usr/src/gtest/ >/dev/null # suppress output
3031
- sudo mkdir build && cd build >/dev/null # suppress output

0 commit comments

Comments
 (0)