1
0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-09-20 07:32:55 +00:00
elb-instance-status/vendor/github.com/gorilla/mux/.travis.yml

23 lines
296 B
YAML
Raw Normal View History

2016-06-06 16:06:39 +00:00
language: go
sudo: false
matrix:
include:
- go: 1.5
- go: 1.6
- go: 1.7
- go: 1.8
- go: 1.9
- go: tip
allow_failures:
- go: tip
install:
- # Skip
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./...