Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bendou committed Jan 6, 2019
1 parent 86ae854 commit 5f2c6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ before_install:
#Clone googletest to run unit tests and benchmarks
- git clone --depth 1 https://github.com/google/googletest ./TestsMathToolKitCPP/lib/
- pip install --upgrade --user git+git://github.com/eddyxu/cpp-coveralls.git
- sudo apt-get install ggcov
- sudo ln -sf /usr/bin/gcov-4.7 /usr/bin/gcov

script:
- cmake -H. -Bbuild -DCOVERAGE=1
Expand Down

0 comments on commit 5f2c6f0

Please sign in to comment.