try to run ws test on linux + macOS on travis

This commit is contained in:
Benjamin Sergeant
2019-05-16 13:56:25 -07:00
parent 309ed80446
commit 964fb20df9
3 changed files with 5 additions and 4 deletions

View File

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