u6a/.travis.yml

22 lines
184 B
YAML
Raw Normal View History

2020-02-01 14:45:48 +00:00
language: c
os:
- linux
- osx
dist: bionic
compiler:
- gcc
- clang
branches:
only:
- master
script:
- autoreconf --install
- ./configure
- make
- make check