open-vault/vendor/github.com/joyent/triton-go/.travis.yml
Jeff Mitchell 9ebc57581d
Switch to go modules (#6585)
* Switch to go modules

* Make fmt
2019-04-13 03:44:06 -04:00

19 lines
217 B
YAML

dist: trusty
sudo: false
language: go
go:
- "1.10"
install:
- go get github.com/golang/dep/cmd/dep
script:
- make tools default
branches:
only:
- master
matrix:
fast_finish: true
allow_failures:
- go: tip