Idris2/.travis.yml
Edwin Brady ca3d519291 Experiment with setting up Travis
I have no idea what I'm doing
2020-05-20 10:21:35 +01:00

7 lines
171 B
YAML

dist: bionic
language: minimal
install: apt-get install chezscheme9.5
script:
- make bootstrap SCHEME=chezscheme9.5
- make test IDRIS2_BOOT=../build/exec/idris2sh