Files
wren/.travis.yml
T

5 lines
69 B
YAML
Raw Normal View History

language: c
compiler:
- gcc
- clang
script: make all && make test