gobyexample/.travis.yml
Blake Bourque 58e66a8103
Use chroma (#346)
Use Chroma for syntax highlighting and remove vendor'd Pygments
2021-02-27 06:30:00 -08:00

16 lines
129 B
YAML

language: go
go:
- 1.16
before_install:
install:
- go mod download
script:
- tools/build
env:
- VERBOSE=1 TESTING=1