IXWebSocket/.travis.yml

18 lines
205 B
YAML
Raw Normal View History

2019-01-07 18:05:55 -08:00
language: cpp
2019-01-07 20:49:03 -08:00
dist: xenial
compiler:
2019-01-29 17:50:19 -08:00
- gcc
2019-01-07 20:49:03 -08:00
- clang
2019-01-29 17:50:19 -08:00
os:
- linux
- osx
matrix:
exclude:
# GCC fails on recent Travis OSX images.
- compiler: gcc
os: osx
2019-01-07 20:49:03 -08:00
script: python test/run.py