gobyexample/.travis.yml
Eli Bendersky caa056f628 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
2019-09-08 22:51:38 +02:00

15 lines
183 B
YAML

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'