.travis.yml
changeset 258 8f19923fa340
parent 257 0b6a4fdf32f8
child 259 f807b8fb46c6
equal deleted inserted replaced
257:0b6a4fdf32f8 258:8f19923fa340
     1 language: go
       
     2 go:
       
     3 - "1.15"
       
     4 - "1.18"
       
     5 - master
       
     6 matrix:
       
     7   allow_failures:
       
     8     - go: master
       
     9   fast_finish: true
       
    10 branches:
       
    11   only:
       
    12   - master
       
    13 install:
       
    14 - go get golang.org/x/oauth2
       
    15 - go get github.com/pkg/errors
       
    16 - go get github.com/stretchr/testify/assert
       
    17 - go get github.com/sendgrid/rest
       
    18 - go get github.com/gorilla/websocket