.travis.yml
author Roberto Santalla <roobre@users.noreply.github.com>
Wed, 24 Jul 2019 10:31:51 +0200
changeset 251 1aab69d32d74
parent 246 3dcfc59d90b9
child 256 6d748fac6eb2
permissions -rw-r--r--
Fixed typo in godoc Co-Authored-By: Mikael Berthe <mikael@lilotux.net> committer: GitHub <noreply@github.com>

language: go
go:
- "1.9"
- "1.10"
- "1.11"
- master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
branches:
  only:
  - master
install:
- go get golang.org/x/oauth2
- go get github.com/pkg/errors
- go get github.com/stretchr/testify/assert
- go get github.com/sendgrid/rest
- go get github.com/gorilla/websocket