2017-11-10 10:16:38 +00:00
|
|
|
language: go
|
2019-02-09 12:50:35 +00: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
|
2017-11-10 10:16:38 +00:00
|
|
|
notifications:
|
2019-02-09 12:50:35 +00:00
|
|
|
webhooks: https://coveralls.io/webhook
|
2017-11-10 10:16:38 +00:00
|
|
|
email:
|
|
|
|
on_success: never
|
2019-02-09 12:50:35 +00:00
|
|
|
on_failure: change
|