Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Added libgtest-dev install to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stavrospapadopoulos committed Jan 13, 2017
1 parent 39e666e commit 3ca4529
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 @@ dist: trusty

install:
# Install lcov, MPICH, zlib, OpenSSL, Gtest and LZ4
- sudo apt-get -y install lcov mpich zlib1g-dev libssl-dev liblz4-dev
- sudo apt-get -y install lcov mpich zlib1g-dev libssl-dev libgtest-dev liblz4-dev
# Install Zstandard
- wget https://github.com/facebook/zstd/archive/v1.0.0.tar.gz
- tar xf v1.0.0.tar.gz
Expand Down

0 comments on commit 3ca4529

Please sign in to comment.