Update dependencies
This commit is contained in:
19
vendor/github.com/tcnksm/go-httpstat/.travis.yml
generated
vendored
Normal file
19
vendor/github.com/tcnksm/go-httpstat/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.7.5
|
||||
- 1.8
|
||||
- 1.8.1
|
||||
- tip
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
sudo: false
|
||||
|
||||
install:
|
||||
- echo "skipping travis default"
|
||||
|
||||
script:
|
||||
- make test-all
|
||||
Reference in New Issue
Block a user