Skip to content

Commit

Permalink
*sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Mar 28, 2020
1 parent 0193752 commit 14db6ed
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,28 @@ matrix:
- compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-9']
packages: ['clang-9', 'g++-9', 'libpq-dev']
sources:
- ubuntu-toolchain-r-test
- sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- clang-9
- g++-9
- libpq-dev
env:
- CXX=clang++-9

- compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-9']
packages: ['clang-9', 'g++-9', 'libpq-dev']
sources:
- ubuntu-toolchain-r-test
- sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- clang-9
- g++-9
- libpq-dev
env:
- CXX=clang++-9
- CPPFLAGS=-fms-extensions
Expand Down

0 comments on commit 14db6ed

Please sign in to comment.