12 lines
103 B
YAML

language: go
go:
- 1.9
- tip
env:
- GIMME_ARCH=amd64
- GIMME_ARCH=386
script: "make travis"