From feaa1b6054448e73b5c4ccb1455c0951e5ff5251 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Tue, 14 Aug 2018 10:36:37 +0200 Subject: [PATCH] travis upd --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9ce4516..e02bb48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ before_install: - mkdir build - cp libgtest_main.so build/libgtest_main.a - cp libgtest.so build/libgtest.a + - sudo cp -a include/gtest /usr/include + - sudo cp -a libgtest_main.so libgtest.so /usr/lib/ script: - cd $TRAVIS_BUILD_DIR