gobyexample/.travis.yml
Eli Bendersky c22108bc89 Comment
2019-06-05 06:37:51 -07:00

16 lines
241 B
YAML

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'