rclone/vendor/github.com/djherbis/times/.travis.yml
2019-02-10 20:55:16 +00:00

19 lines
364 B
YAML

language: go
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:
webhooks: https://coveralls.io/webhook
email:
on_success: never
on_failure: change