Skip to content

Commit

Permalink
add gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 29, 2018
1 parent 5d7da2a commit ff68f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ matrix:
sudo: enabled
before_install:
- sudo apt-get update
- sudo apt-get install -y gcc liblapack-dev cmake libfftw3-dev
- sudo apt-get install -y gcc liblapack-dev cmake libfftw3-dev libgtest-dev
- pip install numpy --user
- pip install scipy --user
- sudo apt-get install -y libopenmpi-dev openmpi-bin
Expand Down

0 comments on commit ff68f7d

Please sign in to comment.