From 67bac3a19600977b4bfff1329a717f8331dcfe9f Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Tue, 6 Feb 2018 23:22:00 -0800 Subject: [PATCH] Make all travis bots required --- .travis.yml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbeaa4d6..0244a70d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,40 +72,40 @@ matrix: # macOS takes too long. - - env: COMPILER=clang++ - osx_image: xcode9.1 - os: osx + #- env: COMPILER=clang++ + # osx_image: xcode9.1 + # os: osx - - env: COMPILER=g++-7 - compiler: gcc - osx_image: xcode9.1 - os: osx + #- env: COMPILER=g++-7 + # compiler: gcc + # osx_image: xcode9.1 + # os: osx # gcc builds that should be fixed at some point - - env: COMPILER=g++-5 - compiler: gcc + #- env: COMPILER=g++-5 + # compiler: gcc - - env: COMPILER=g++-6 - compiler: gcc + #- env: COMPILER=g++-6 + # compiler: gcc - - env: COMPILER=g++-7 - compiler: gcc + #- env: COMPILER=g++-7 + # compiler: gcc - - env: COMPILER=g++-5 - compiler: gcc - osx_image: xcode9.1 - os: osx + #- env: COMPILER=g++-5 + # compiler: gcc + # osx_image: xcode9.1 + # os: osx - - env: COMPILER=g++-6 - compiler: gcc - osx_image: xcode9.1 - os: osx + #- env: COMPILER=g++-6 + # compiler: gcc + # osx_image: xcode9.1 + # os: osx - - env: COMPILER=g++-7 - compiler: gcc - osx_image: xcode9.1 - os: osx + #- env: COMPILER=g++-7 + # compiler: gcc + # osx_image: xcode9.1 + # os: osx install: - |