IXWebSocket/.travis.yml

18 lines
205 B
YAML
Raw Normal View History

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