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

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

15 lines
133 B
YAML

language: go
go:
- 1.6
- 1.7
- tip
sudo: false
install:
- go get -u github.com/golang/lint/golint
script:
- ./_test.sh