opentofu/.travis.yml

28 lines
301 B
YAML
Raw Normal View History

sudo: false
language: go
go:
2015-10-28 11:21:49 -05:00
- 1.5
install: make updatedeps
script:
2015-11-10 16:11:39 -06:00
- make test
2015-01-22 14:57:01 -06:00
branches:
only:
- master
2015-01-22 15:02:03 -06:00
notifications:
irc:
channels:
- "irc.freenode.org#terraform-tool"
skip_join: true
use_notice: true
matrix:
fast_finish: true
allow_failures:
- go: tip