opentofu/.travis.yml
2015-01-22 16:02:03 -05:00

30 lines
338 B
YAML

sudo: false
language: go
go:
- 1.4
- tip
install: make updatedeps
script:
- go test ./...
#- go test -race ./...
branches:
only:
- master
notifications:
irc:
channels:
- "irc.freenode.org#terraform-tool"
skip_join: true
use_notice: true
matrix:
fast_finish: true
allow_failures:
- go: tip