protot/3rdparty/bx/.travis.yml

21 lines
211 B
YAML
Raw Normal View History

2016-08-29 22:31:11 +02:00
language: cpp
matrix:
include:
- compiler: gcc
os: linux
- compiler: clang
os: osx
script:
make test
branches:
only:
- master
notifications:
email: false
osx_image:
xcode61