diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3640501..00a860a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - mkdir gtest && cd gtest - cmake -DCMAKE_BUILD_TYPE=RELEASE /usr/src/gtest/ - make - - export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH + - export GTEST_ROOT=$PWD - cd .. script: |