Skip to content

Commit

Permalink
Add clang-9, xcode11
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Mar 28, 2020
1 parent 556cfa7 commit c73380a
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,31 @@ matrix:
- compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-8']
packages: ['clang-8', 'g++-8', 'libpq-dev']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-9']
packages: ['clang-9', 'g++-9', 'libpq-dev']
env:
- CXX=clang++-8
- CXX=clang++-9

- compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-9']
packages: ['clang-9', 'g++-9', 'libpq-dev']
env:
- CXX=clang++-9
- CPPFLAGS=-fms-extensions

- language: cpp
os: osx
osx_image: xcode10.1
osx_image: xcode10.3
compiler: clang
script:
- $CXX --version
- make -j3 compile

- language: cpp
os: osx
osx_image: xcode11.2
compiler: clang
script:
- $CXX --version
Expand Down

0 comments on commit c73380a

Please sign in to comment.