gobyexample/.travis.yml
Hana 7f736682ff .travis.yml: update to go1.15
Soon this needs to be updated to go1.16
2021-02-16 13:34:48 -05:00

19 lines
269 B
YAML

language: go
go:
- 1.15
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
env:
- VERBOSE=1 TESTING=1