1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-23 12:44:13 +02:00
crud_generator/vendor/github.com/serenize/snaker/.travis.yml

18 lines
230 B
YAML
Raw Normal View History

2023-10-24 17:03:04 +02:00
language: go
arch:
- amd64
- ppc64le
go:
- 1.8
- 1.9
- tip
# Disable version go:1.8
jobs:
exclude:
- arch: amd64
go: 1.8
- arch: ppc64le
go: 1.8
install: go get -t -d -v ./... && go build -v ./...