.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 13 Jan 2019 13:25:58 +0100
changeset 247 17e32e951670
parent 246 3dcfc59d90b9
child 256 6d748fac6eb2
permissions -rw-r--r--
Fix missing media API endpoint version This should fix <https://github.com/McKael/madonctl/issues/18>.

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