diff options
| -rw-r--r-- | .travis.yml | 12 | 
1 files changed, 2 insertions, 10 deletions
| diff --git a/.travis.yml b/.travis.yml index d90a710..92b4fbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ matrix:        - git submodule init        - git submodule update        script:  -        - make +        - make CXX=clang-8 LLVM_CONF=llvm-config-8        after_success:          bash run.sh      - dist: bionic @@ -65,14 +65,6 @@ matrix:        - git submodule init        - git submodule update        script:  -        - make -      after_success: -        bash run.sh -    - dist: osx -      language: cpp -      before_install: -        - brew install llvm -      script:  -        - make +        - make CXX=clang-8.0 LLVM_CONF=llvm-config-8.0        after_success:          bash run.sh | 
