language: go
matrix:
include:
- os: linux
go: 1.11
env:
- JS=1
- os: osx
- os: windows
script: bash .travis.sh script
notifications:
webhooks: https://coveralls.io/webhook
email:
on_success: never
on_failure: change