From 54960b54eb9c091254ae43ced233e390ddc116af Mon Sep 17 00:00:00 2001 From: terik23 Date: Sun, 26 May 2019 14:37:21 +0500 Subject: [PATCH] update ci --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65d8576..eaf1909 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,12 +74,6 @@ matrix: env: - 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: - export CC=${CC_COMPILER} - export CXX=${CXX_COMPILER}