rclone/vendor/github.com/djherbis/times/.travis.yml

19 lines
364 B
YAML
Raw Normal View History

language: go
2019-02-09 20:50:35 +08:00
matrix:
include:
- os: linux
go: 1.11
- os: linux
go: 1.11
env:
- JS=1
- os: osx
go: 1.11
- os: windows
go: 1.11
script: bash .travis.sh script
notifications:
2019-02-09 20:50:35 +08:00
webhooks: https://coveralls.io/webhook
email:
on_success: never
2019-02-09 20:50:35 +08:00
on_failure: change