.travis.yml
changeset 257 f21cae75c8bd
parent 252 8399cd48111b
equal deleted inserted replaced
256:6d9efbef00a9 257:f21cae75c8bd
     1 language: go
     1 language: go
     2 go:
     2 go:
     3 - "1.11.13"
     3 - "1.15"
     4 - "1.12"
     4 - "1.18"
     5 - "1.13"
       
     6 - master
     5 - master
     7 matrix:
     6 matrix:
     8   allow_failures:
     7   allow_failures:
     9     - go: master
     8     - go: master
    10   fast_finish: true
     9   fast_finish: true