aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-12 17:33:05 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-12 17:33:05 +0000
commitaa0f339d5bf8af3b9837a2a6042841299f1b71e4 (patch)
tree3ecf3cf02afb3f112679f3a38155434f01eb7d9d /.travis.yml
parentupdate (diff)
downloadcgrep-aa0f339d5bf8af3b9837a2a6042841299f1b71e4.tar.gz
cgrep-aa0f339d5bf8af3b9837a2a6042841299f1b71e4.zip
update
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e5cdca3..d90a710 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ matrix:
before_script:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -y
- - sudo apt-get install libstdc++6 -y
+ - sudo apt-get install libstdc++-6-dev -y
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- sudo ./llvm.sh 8
@@ -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-dev -y
+ - sudo apt-get install libstdc++-7-dev -y
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- sudo ./llvm.sh 8