2015-01-22 16:06:35 -05:00
|
|
|
sudo: false
|
|
|
|
|
2013-08-13 21:42:39 -04:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2015-01-23 10:20:57 -05:00
|
|
|
- 1.4
|
2015-01-22 16:06:35 -05:00
|
|
|
- tip
|
2013-08-13 21:42:39 -04:00
|
|
|
|
2014-09-02 18:14:42 -04:00
|
|
|
install: make updatedeps
|
2015-01-22 16:06:35 -05:00
|
|
|
|
2013-08-21 14:06:01 -04:00
|
|
|
script:
|
2015-01-22 16:06:35 -05:00
|
|
|
- GOMAXPROCS=2 make test
|
|
|
|
#- go test -race ./...
|
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#packer-tool"
|
|
|
|
skip_join: true
|
|
|
|
use_notice: true
|
2013-08-13 21:52:13 -04:00
|
|
|
|
2013-08-15 21:02:41 -04:00
|
|
|
matrix:
|
2015-01-22 16:06:35 -05:00
|
|
|
fast_finish: true
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|