opentofu/.travis.yml
2015-01-22 15:56:32 -05:00

19 lines
186 B
YAML

sudo: false
language: go
go:
- 1.4
- tip
install: make updatedeps
script:
- go test ./...
#- go test -race ./...
matrix:
fast_finish: true
allow_failures:
- go: tip