diff options
author | bloodstalker <thabogre@gmail.com> | 2019-10-12 17:00:58 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-10-12 17:00:58 +0000 |
commit | 268e6904c7eb2e7815709a1829b629f4bcc9ef40 (patch) | |
tree | e65a3385e702115f9a507edc2334d37efb2aac86 /.travis.yml | |
parent | fix (diff) | |
download | cgrep-268e6904c7eb2e7815709a1829b629f4bcc9ef40.tar.gz cgrep-268e6904c7eb2e7815709a1829b629f4bcc9ef40.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 619b783..068b774 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,10 +54,10 @@ matrix: #- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9 - wget https://apt.llvm.org/llvm.sh - chmod +x llvm.sh - - sudo ./llvm.sh 9 + - sudo ./llvm.sh 8 - git submodule init - git submodule update script: - - make CXX=clang-9.0 LLVM_CONF=llvm-config-9.0 + - make CXX=clang-8.0 LLVM_CONF=llvm-config-8.0 after_success: ./run.sh |