try to run ws test on linux + macOS on travis
This commit is contained in:
@ -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++
|
||||
|
Reference in New Issue
Block a user