build ws on travis (mac + linux)

This commit is contained in:
Benjamin Sergeant
2019-05-16 07:01:15 -07:00
parent 671c9f805f
commit 8085e1416c
2 changed files with 5 additions and 0 deletions

View File

@ -7,12 +7,14 @@ matrix:
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++