mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 17:44:57 +01:00
19 lines
364 B
YAML
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 |