packer-cn/.travis.yml

16 lines
172 B
YAML
Raw Normal View History

2013-08-13 21:42:39 -04:00
language: go
go:
2013-12-10 17:10:41 -08:00
- 1.2
2014-09-02 15:14:42 -07:00
- 1.3
2013-08-13 21:42:39 -04:00
- tip
2014-09-02 15:14:42 -07:00
install: make updatedeps
2013-08-21 11:06:01 -07:00
script:
2014-09-02 15:14:42 -07:00
- make test
#- go test -race ./...
2013-08-13 21:52:13 -04:00
2013-08-15 18:02:41 -07:00
matrix:
allow_failures:
- go: tip