picrin/.travis.yml

8 lines
102 B
YAML
Raw Normal View History

2013-12-05 03:23:51 -05:00
language: c
compiler:
- gcc
- clang
2013-12-07 00:20:54 -05:00
script:
- make && make no-act
- make debug && make no-act