
Each run invokes tools/build, which already returns a non-zero status on errors and zero when OK. Updates #237
15 lines
183 B
YAML
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'
|