Commit 94d8333d57e94ec24103fdad826a72a81c41efed

Authored by Geoffrey Hunter
1 parent 8a946ed8

Added command to TravisCI config to install libgtest-dev.

Showing 1 changed file with 1 additions and 0 deletions
.travis.yml
... ... @@ -14,6 +14,7 @@ addons:
14 14 install:
15 15 - if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
16 16 - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
  17 + - sudo apt install libgtest-dev -y
17 18  
18 19 script:
19 20 - ./tools/build.sh
20 21 \ No newline at end of file
... ...