packer-cn/.travis.yml
Mitchell Hashimoto 32c88c20ef Don't notify IRC
2014-09-03 20:33:38 -07:00

16 lines
172 B
YAML

language: go
go:
- 1.2
- 1.3
- tip
install: make updatedeps
script:
- make test
#- go test -race ./...
matrix:
allow_failures:
- go: tip