picrin/.travis.yml

8 lines
102 B
YAML

language: c
compiler:
- gcc
- clang
script:
- make && make no-act
- make debug && make no-act