packer-cn/.travis.yml

30 lines
344 B
YAML
Raw Normal View History

sudo: false
2013-08-13 21:42:39 -04:00
language: go
go:
2015-01-23 10:20:57 -05:00
- 1.4
- tip
2013-08-13 21:42:39 -04:00
2014-09-02 18:14:42 -04:00
install: make updatedeps
2013-08-21 14:06:01 -04:00
script:
- 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:
fast_finish: true
allow_failures:
- go: tip