From 967d679f170ec42e1ee46082dcc724b12d640158 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 23 Jun 2019 18:33:08 -0700 Subject: [PATCH] disable Linux + mac --- .travis.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5e8390b..dd71a52d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,21 +6,21 @@ language: bash matrix: include: # macOS - - os: osx - compiler: clang - script: - - python test/run.py - - make ws + # - os: osx + # compiler: clang + # script: + # - python test/run.py + # - make ws - # Linux - - os: linux - dist: xenial - script: - - python test/run.py - - make ws - env: - - CC=gcc - - CXX=g++ + # # Linux + # - os: linux + # dist: xenial + # script: + # - python test/run.py + # - make ws + # env: + # - CC=gcc + # - CXX=g++ # Clang + Linux disabled for now # - os: linux