1
0
mirror of https://github.com/makew0rld/amfora.git synced 2025-02-02 15:07:34 -05:00
amfora/.travis.yml

18 lines
278 B
YAML
Raw Normal View History

language: go
go:
2020-08-25 17:22:49 -04:00
#- "1.11" # Debian Stable golang version, fails - see below
#- "1.12" # Also fails due to progressbar Millisecond requirement
- "1.13"
- "1.14"
- "1.15"
script:
- go test ./...
- go build
2020-08-25 17:22:49 -04:00
env:
GO111MODULE=on
# TODO: GitHub Releases deploy