Merge remote-tracking branch 'github/travis1'
This commit is contained in:
commit
9027bb86cd
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.12
|
||||
|
||||
before_install:
|
||||
# We need Python to run pygmentize for generating HTML.
|
||||
- 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