opentofu/.travis.yml
2014-08-05 10:16:53 -07:00

17 lines
177 B
YAML

language: go
go:
- 1.2
- 1.3
- tip
install: make updatedeps
script:
- go test ./...
#- go test -race ./...
matrix:
allow_failures:
- go: tip