terraform/.travis.yml

16 lines
167 B
YAML
Raw Normal View History

language: go
go:
2015-01-11 00:54:49 +01:00
- 1.4
- tip
install: make updatedeps
script:
- go test ./...
#- go test -race ./...
matrix:
allow_failures:
- go: tip