Skip to content

Commit 5a8e7cb

Browse files
author
Hana Dusíková
committed
update clang
1 parent 2637833 commit 5a8e7cb

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ matrix:
1616
- os: linux
1717
compiler: clang
1818
env:
19-
- COMPILER=clang++-6.0
19+
- COMPILER=clang++-7.0
2020
addons:
2121
apt:
22-
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-6.0']
23-
packages: ['g++-8', 'clang-6.0']
22+
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-7']
23+
packages: ['g++-8', 'clang-7']
2424

2525
- os: linux
2626
language: python
@@ -36,9 +36,6 @@ matrix:
3636
script:
3737
- python .conan/build.py
3838

39-
- os: osx
40-
osx_image: xcode10
41-
4239
before_install:
4340
- |
4441
if [[ (-x $(which brew)) ]]; then

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ More documentation on [pcre.org](https://www.pcre.org/current/doc/html/pcre2synt
4343

4444
## Supported compilers
4545

46-
* clang 5.0+ (template UDL, C++17 syntax)
47-
* gcc 7.2+ (template UDL, C++17 syntax)
46+
* clang 7.0+ (template UDL, C++17 syntax)
47+
* gcc 7.4+ (template UDL, C++17 syntax)
4848
* gcc 9.0+ (C++17 & C++20 cNTTP syntax)
4949
* MSVC 15.8.8+ (C++17 syntax only)
5050

0 commit comments

Comments
 (0)