Skip to content

Commit

Permalink
Removed installation of gtest from travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Oct 30, 2018
1 parent 2dfc172 commit b8e5aa0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ matrix:
- pip install numpy --user
- pip install scipy --user
- sudo apt-get install -y libopenmpi-dev openmpi-bin
- install -d gtest_build
- pushd gtest_build
- cmake -DCMAKE_CXX_COMPILER=g++ /usr/src/gtest/
- make
- sudo cp *.a /usr/lib
- popd
#- install -d gtest_build
#- pushd gtest_build
#- cmake -DCMAKE_CXX_COMPILER=g++ /usr/src/gtest/
#- make
#- sudo cp *.a /usr/lib
#- popd

install:
- mkdir build
Expand Down

0 comments on commit b8e5aa0

Please sign in to comment.