1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-19 18:10:01 +00:00
janet/.travis.yml

12 lines
83 B
YAML
Raw Normal View History

2017-06-25 19:47:49 -04:00
language: c
script: make test
compiler:
- clang
- gcc
2017-06-29 22:01:50 -04:00
os:
- linux
- osx