Add .travis.yml

Progress towards #16
This commit is contained in:
Colin Dellow 2018-07-04 23:22:39 -04:00
parent 100edb7015
commit 1f729e91b7
2 changed files with 6 additions and 0 deletions

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: cpp
script: ./travis-linux

4
travis-linux Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -euo pipefail
PREBUILT=1 ./make-linux