terraform/.travis.yml

31 lines
351 B
YAML
Raw Normal View History

sudo: false
language: go
go:
- 1.4
- tip
install: make updatedeps
script:
- go test ./...
2015-03-05 21:57:54 +01:00
- make vet
#- go test -race ./...
2015-01-22 21:57:01 +01:00
branches:
only:
- master
2015-01-22 22:02:03 +01:00
notifications:
irc:
channels:
- "irc.freenode.org#terraform-tool"
skip_join: true
use_notice: true
matrix:
fast_finish: true
allow_failures:
- go: tip