packer-cn/vendor/github.com/joyent/triton-go/.travis.yml

19 lines
210 B
YAML
Raw Normal View History

2019-04-10 09:41:22 -04:00
dist: trusty
sudo: false
language: go
go:
- 1.9.1
install:
- go get github.com/golang/dep/cmd/dep
script:
- make default
branches:
only:
- master
matrix:
fast_finish: true
allow_failures:
- go: tip