mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-23 06:16:35 +01:00
Initial working version
This commit is contained in:
24
vendor/github.com/xor-gate/sshfp/.travis.yml
generated
vendored
Normal file
24
vendor/github.com/xor-gate/sshfp/.travis.yml
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
sudo: false
|
||||
notifications:
|
||||
email:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
language: go
|
||||
go:
|
||||
- tip
|
||||
- "1.14"
|
||||
- "1.13"
|
||||
- "1.12"
|
||||
# Latest golang.org/x/sys/unix requires go 1.12
|
||||
# Prior to go 1.11 will not work because we need go modules
|
||||
# Prior to go 1.9 will not work due to github.com/miekg/dns dependency
|
||||
|
||||
script:
|
||||
- ./.travis.sh
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
Reference in New Issue
Block a user