2015-01-22 21:56:32 +01:00
|
|
|
sudo: false
|
|
|
|
|
2014-08-05 19:16:53 +02:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2015-10-28 17:21:49 +01:00
|
|
|
- 1.5
|
2015-01-22 21:56:32 +01:00
|
|
|
- tip
|
2014-08-05 19:16:53 +02:00
|
|
|
|
|
|
|
install: make updatedeps
|
|
|
|
|
|
|
|
script:
|
2015-11-10 23:11:39 +01:00
|
|
|
- make test
|
2014-08-05 19:16:53 +02:00
|
|
|
|
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
|
|
|
|
|
2014-08-05 19:16:53 +02:00
|
|
|
matrix:
|
2015-01-22 21:56:32 +01:00
|
|
|
fast_finish: true
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|