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 15:14:42 -07:00
install: make updatedeps
2013-08-21 11:06:01 -07: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 18:02:41 -07:00
matrix:
fast_finish: true
allow_failures:
- go: tip