pdns-auth-proxy/vendor/gopkg.in/djherbis/times.v1/.travis.yml

29 lines
537 B
YAML
Raw Normal View History

2023-11-17 05:55:06 +00:00
language: go
matrix:
include:
- os: linux
go: tip
- os: linux
go: tip
env:
- JS=1
- os: osx
go: tip
- os: windows
go: 1.x
#Added power jobs
- os: linux
go: tip
arch: ppc64le
- os: linux
go: tip
arch: ppc64le
env:
- JS=1
script: bash .travis.sh script
notifications:
webhooks: https://coveralls.io/webhook
email:
on_success: never
on_failure: change