diff options
| author | bloodstalker <thabogre@gmail.com> | 2020-08-21 07:04:54 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2020-08-21 07:04:54 +0000 | 
| commit | f7e9ac8911faf88234edc77856d593bd25265e6b (patch) | |
| tree | 64a71d4923967c8c641256995287ced2f1239fdd | |
| parent | test push (diff) | |
| download | cgrep-f7e9ac8911faf88234edc77856d593bd25265e6b.tar.gz cgrep-f7e9ac8911faf88234edc77856d593bd25265e6b.zip | |
fixing travis
| -rw-r--r-- | .travis.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/.travis.yml b/.travis.yml index bb7f57e..6dbe14f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -142,9 +142,9 @@ matrix:        - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
        - sudo apt-get update -y
        - sudo apt-get install libstdc++-7-dev -y
 -      - wget https://apt.llvm.org/llvm.sh
 -      - chmod +x ./llvm.sh
 -      - sudo ./llvm.sh 11
 +      - sudo wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
 +      - sudo add-apt-repository "deb http://apt.llvm.org/bionic/   llvm-toolchain-bionic-11  main"
 +      - sudo apt-get update
        - sudo apt-get install clang-11 llvm-11-dev libclang-common-11-dev libclang-11-dev -y
        - git submodule init
        - git submodule update
 | 
