packer-cn/.travis.yml

22 lines
303 B
YAML
Raw Normal View History

2013-08-13 21:42:39 -04:00
language: go
go:
2013-12-10 20:10:41 -05:00
- 1.2
2013-08-13 21:42:39 -04:00
- tip
install: make deps
2013-08-21 14:06:01 -04:00
script:
- go test ./...
#- go test -race ./...
2013-08-13 21:52:13 -04:00
notifications:
irc:
channels:
- "chat.freenode.net#packer-tool"
on_success: change
on_failure: always
2013-08-15 21:02:41 -04:00
matrix:
allow_failures:
- go: tip