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:
parent
e39e5b3889
commit
2e3c6d3f51
14
.travis.yml
Normal file
14
.travis.yml
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user