diff options
| author | bloodstalker <thabogre@gmail.com> | 2020-02-29 18:40:18 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2020-02-29 18:40:18 +0000 | 
| commit | b9fd072154ef8b32dfcc47aa9241fba258c8782e (patch) | |
| tree | 04bf4152de05d22584151a990e2fc9cd7fbe419d | |
| parent | ci fix (diff) | |
| download | cgrep-b9fd072154ef8b32dfcc47aa9241fba258c8782e.tar.gz cgrep-b9fd072154ef8b32dfcc47aa9241fba258c8782e.zip | |
fixing travis
| -rw-r--r-- | .travis.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index 6644b09..1c80974 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,7 +127,8 @@ matrix:        - wget https://apt.llvm.org/llvm.sh
        - chmod +x llvm.sh
        - sudo ./llvm.sh 10
 -      - sudo apt-get install llvm-10-dev libclang-common-10-dev libclang-10-dev libboost-system-dev libboost-filesystem-dev -y
 +        #- sudo apt-get install llvm-10-dev libclang-common-10-dev libclang-10-dev libboost-system-dev libboost-filesystem-dev -y
 +      - sudo apt-get install llvm-dev libclang-common-dev libclang-dev libboost-system-dev libboost-filesystem-dev -y
        - git submodule init
        - git submodule update
        script:
 | 
