aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-12 17:29:12 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-12 17:29:12 +0000
commit1ec21023f9873543c0e9ee4a229002bc8e18b026 (patch)
tree9fa85dd07afb8fb3e3f0294fe83210e4c9c651ad /.travis.yml
parentupdate (diff)
downloadcgrep-1ec21023f9873543c0e9ee4a229002bc8e18b026.tar.gz
cgrep-1ec21023f9873543c0e9ee4a229002bc8e18b026.zip
update
Diffstat (limited to '')
-rw-r--r--.travis.yml2
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