.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Thu, 06 Sep 2018 00:23:40 +0200
changeset 236 5b87cc73ed97
parent 223 1bea7f8ff489
child 246 3dcfc59d90b9
permissions -rw-r--r--
Update search result type (us rich tag structure) This change will let us use the same 'Results' object for both versions of the search API endpoint (v1 & v2).

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