Initial Travis file for running CI

Each run invokes tools/build, which already returns a non-zero status on errors
and zero when OK.

Updates #237
This commit is contained in:
Eli Bendersky 2019-06-04 20:32:43 -07:00
parent e39e5b3889
commit 2e3c6d3f51

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: go
go:
- 1.12
before_install:
- sudo apt-get update
- sudo apt-get install python
install:
- go get -u github.com/russross/blackfriday
script:
- 'tools/build'