Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jun 23, 2017
1 parent 61f8606 commit 94cdbb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -38,8 +38,9 @@ install:
fi
cd googletest/googletest
cmake . && cmake --build .
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:$pwd/googletest/googletest/include
export LIBRARY_PATH=$LIBRARY_PATH:$pwd/googletest/googletest
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:$pwd/include
export LIBRARY_PATH=$LIBRARY_PATH:$pwd
env
cd -
fi
# gmock
Expand Down

0 comments on commit 94cdbb9

Please sign in to comment.