diff options
author | bloodstalker <thabogre@gmail.com> | 2020-02-29 19:54:48 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-02-29 19:54:48 +0000 |
commit | 91faa1e3848716bf2d9f44d4ab29156cc684601e (patch) | |
tree | 614a498dff733b967ee484dd4110af943dc67053 | |
parent | travis fix (diff) | |
download | cgrep-91faa1e3848716bf2d9f44d4ab29156cc684601e.tar.gz cgrep-91faa1e3848716bf2d9f44d4ab29156cc684601e.zip |
travis fix
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 877dd00..447b579 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,8 +127,7 @@ 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-dev libclang-common-dev libclang-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
- git submodule init
- git submodule update
script:
|