Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Denzo77 authored Nov 6, 2017
1 parent d94b218 commit 64ec72e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,11 @@ matrix:
before_install:
- $CXX --version
- clang++ --version
- sudo apt-get -qq update
- sudo apt-get install -y libgtest-dev
- wget https://github.com/google/googletest/archive/release-1.7.0.tar.gz
- tar xf release-1.7.0.tar.gz
- cd googletest-release-1.7.0
# - sudo cmake -DBUILD_SHARED_LIBS=ON .
- cd make
- make
# - sudo cp -a libgtest_main.so libgtest.so /usr/lib/
- sudo cp -a gtest_main.a /usr/lib/libgtest_main.a
- sudo cp -a gtest_main.a /usr/lib/libgtest.a
- cd ..
Expand Down

0 comments on commit 64ec72e

Please sign in to comment.