diff options
author | bloodstalker <thabogre@gmail.com> | 2019-10-12 17:29:12 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-10-12 17:29:12 +0000 |
commit | 1ec21023f9873543c0e9ee4a229002bc8e18b026 (patch) | |
tree | 9fa85dd07afb8fb3e3f0294fe83210e4c9c651ad /.travis.yml | |
parent | update (diff) | |
download | cgrep-1ec21023f9873543c0e9ee4a229002bc8e18b026.tar.gz cgrep-1ec21023f9873543c0e9ee4a229002bc8e18b026.zip |
update
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 25d1834..e5cdca3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ matrix: before_script: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -y - - sudo apt-get install libstdc++7 -y + - sudo apt-get install libstdc++7-dev -y - wget https://apt.llvm.org/llvm.sh - chmod +x llvm.sh - sudo ./llvm.sh 8 |