realize/.travis.yml

16 lines
161 B
YAML

language: go
go:
- 1.7
- 1.8
- tip
matrix:
allow_failures:
- go: tip
install:
- go get ./...
script:
- go install .
- go test -v ./...