diff options
author | bloodstalker <thabogre@gmail.com> | 2019-10-12 17:33:05 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-10-12 17:33:05 +0000 |
commit | aa0f339d5bf8af3b9837a2a6042841299f1b71e4 (patch) | |
tree | 3ecf3cf02afb3f112679f3a38155434f01eb7d9d | |
parent | update (diff) | |
download | cgrep-aa0f339d5bf8af3b9837a2a6042841299f1b71e4.tar.gz cgrep-aa0f339d5bf8af3b9837a2a6042841299f1b71e4.zip |
update
-rw-r--r-- | .travis.yml | 4 |
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 |