.travis.yml
author Roberto Santalla <roobre@roobre.es>
Sat, 20 Apr 2019 14:21:48 +0200
changeset 248 f287d505dfda
parent 246 3dcfc59d90b9
child 256 6d748fac6eb2
permissions -rw-r--r--
Try to parse error string returned by server before falling back to generic message Closes #4

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