disable Linux + mac

This commit is contained in:
Benjamin Sergeant 2019-06-23 18:33:08 -07:00
parent 08006ddd97
commit 967d679f17

View File

@ -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