Experiment with setting up Travis

I have no idea what I'm doing
This commit is contained in:
Edwin Brady 2020-05-20 10:21:35 +01:00
parent 9eba9113dd
commit ca3d519291

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
dist: bionic
language: minimal
install: apt-get install chezscheme9.5
script:
- make bootstrap SCHEME=chezscheme9.5
- make test IDRIS2_BOOT=../build/exec/idris2sh