From 98a15bbf8ebe5a40f5098ebe95abcc04c2bd05b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 25 May 2016 23:01:42 +0200 Subject: [PATCH] Removed gtest package from Travis configuration to properly use the git submodule instead. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c55ae6..67a336a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,10 @@ matrix: packages: - g++-5 - libboost1.55-all-dev - - libgtest-dev env: COMPILER=g++-5 script: + - git submodule init + - git submodule update - mkdir build - cd build - cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER