1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00
janet/.travis.yml
2018-12-08 15:12:55 -05:00

17 lines
123 B
YAML

language: c
script:
- make
- make test
compiler:
- clang
- gcc
os:
- linux
- osx
addons:
artifacts: true