.travis.yml
changeset 263 03a38d918483
parent 262 8d3354485fc3
child 264 8f478162d991
equal deleted inserted replaced
262:8d3354485fc3 263:03a38d918483
     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 env:
       
    14   - GO111MODULE=on
       
    15 install: true