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 20:10:41 -05:00
- 1.2
2014-09-02 18:14:42 -04:00
- 1.3
2013-08-13 21:42:39 -04:00
- tip
2014-09-02 18:14:42 -04:00
install: make updatedeps
2013-08-21 14:06:01 -04:00
script:
2014-09-02 18:14:42 -04:00
- make test
#- go test -race ./...
2013-08-13 21:52:13 -04:00
2013-08-15 21:02:41 -04:00
matrix:
allow_failures:
- go: tip