do not build ws for now on travis

This commit is contained in:
Benjamin Sergeant 2019-05-15 15:26:49 -07:00
parent 0c9bcfb8ac
commit 02c8a62e7d

View File

@ -7,14 +7,12 @@ matrix:
compiler: clang
script:
- python test/run.py
- make
# Linux
- os: linux
dist: xenial
script:
- python test/run.py
- make
env:
- CC=gcc
- CXX=g++