1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-22 21:23:16 +00:00
janet/.travis.yml

12 lines
83 B
YAML
Raw Normal View History

2017-06-25 23:47:49 +00:00
language: c
script: make test
compiler:
- clang
- gcc
2017-06-30 02:01:50 +00:00
os:
- linux
- osx