Skip to content

Commit

Permalink
some less compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas committed Oct 24, 2021
1 parent 5f57c7f commit c5ae8a1
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,6 @@ matrix:
env:
- CXX=g++-9
- CC=gcc-9

- compiler: clang
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
- sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- clang-8
- g++-8
env:
- CXX=clang++-8
- CC=clang-8

- compiler: clang
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
- sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- clang-9
- g++-8
env:
- CXX=clang++-9
- CC=clang-9
- compiler: clang
addons:
apt:
Expand Down

0 comments on commit c5ae8a1

Please sign in to comment.