Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2017-02-18 21:28:54 +0300
committeronqtam <vik.kirilov@gmail.com>2017-02-18 21:28:54 +0300
commit4e94086426fde9ef71d477b1be213a9e5141b73c (patch)
treed2fd297bf7cb18d1499afbcb8847f8afac6683fb /.travis.yml
parent37065ea512c33b29ade50e0020f67875a8fb1e66 (diff)
removed gcc 4.4/4.5 from osx builds and removed linux clang 3.9 from the allowed failures
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml
index dcc470ff..d590cd29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -212,18 +212,6 @@ matrix:
osx_image: xcode8.2
os: osx
- # OSX GCC 4.4
- - env: COMPILER=g++-4.4
- compiler: gcc
- osx_image: beta-xcode6.2
- os: osx
-
- # OSX GCC 4.5
- - env: COMPILER=g++-4.5
- compiler: gcc
- osx_image: beta-xcode6.3
- os: osx
-
# OSX GCC 4.6
- env: COMPILER=g++-4.6
compiler: gcc
@@ -267,23 +255,8 @@ matrix:
allow_failures:
- # Clang 3.9 - failing because the llvm 3.9 ppa is not yet whitelisted...
- - env: COMPILER=clang++-3.9 HAS_ASAN_64=true HAS_UBSAN_64=true
-
# for some reason some of these builds fail sometimes...
- # OSX GCC 4.4
- - env: COMPILER=g++-4.4
- compiler: gcc
- osx_image: beta-xcode6.2
- os: osx
-
- # OSX GCC 4.5
- - env: COMPILER=g++-4.5
- compiler: gcc
- osx_image: beta-xcode6.3
- os: osx
-
# OSX GCC 4.6
- env: COMPILER=g++-4.6
compiler: gcc