Files
src.dualinventive.com/go/devsim/vendor/github.com/xor-gate/sshfp/.travis.yml
2024-08-09 12:10:16 +02:00

20 lines
297 B
YAML

sudo: false
notifications:
email:
on_success: change
on_failure: always
language: go
go:
- tip
- "1.11"
- "1.10"
- 1.9
# 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)