.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Wed, 10 May 2017 13:07:00 +0200
changeset 178 b63095e0f301
parent 162 68df3a01e1a7
child 222 348fce59d83d
permissions -rw-r--r--
Add OAuth 2.0 authentication support

language: go
go:
- 1.7
- 1.8
- 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