1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +00:00

update ci

This commit is contained in:
terik23 2019-05-26 14:37:21 +05:00
parent 7673a7c696
commit 54960b54eb

View file

@ -74,12 +74,6 @@ matrix:
env: env:
- CXX_COMPILER=clang++ CC_COMPILER=clang - CXX_COMPILER=clang++ CC_COMPILER=clang
allow_failures: # gcc-9 yeat unstable.
- os: linux
compiler: g++
env:
- CXX_COMPILER=g++-9 CC_COMPILER=gcc-9
install: install:
- export CC=${CC_COMPILER} - export CC=${CC_COMPILER}
- export CXX=${CXX_COMPILER} - export CXX=${CXX_COMPILER}