terraform/.travis.yml

19 lines
186 B
YAML
Raw Normal View History

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