2017-02-28 19:34:29 +03:00
|
|
|
sudo: required
|
|
|
|
|
|
|
|
dist: trusty
|
|
|
|
|
|
|
|
language: c
|
|
|
|
|
2017-03-01 17:28:51 +03:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
2017-02-28 19:34:29 +03:00
|
|
|
|
2017-03-01 17:28:51 +03:00
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
2017-02-28 19:34:29 +03:00
|
|
|
|
2017-03-01 17:28:51 +03:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- os: osx
|
|
|
|
|
2017-02-28 19:34:29 +03:00
|
|
|
script:
|
|
|
|
- make
|
|
|
|
- make test
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|