Files
wren/.travis.yml
T

5 lines
65 B
YAML
Raw Normal View History

2015-01-02 08:13:51 -08:00
language: c
compiler:
- gcc
- clang
script: make && make test