.travis.yml
changeset 248 bd6f15d41b78
parent 242 2a9ec03fe5a1
child 252 8399cd48111b
equal deleted inserted replaced
247:1ca743b3eb80 248:bd6f15d41b78
     1 language: go
     1 language: go
     2 go:
     2 go:
     3 - "1.8"
     3 - "1.8"
     4 - "1.9"
     4 - "1.9"
     5 - "1.10"
     5 - "1.10"
     6 - "1.11"
     6 - "1.11.12"
     7 - master
     7 - master
     8 matrix:
     8 matrix:
     9   allow_failures:
     9   allow_failures:
    10     - go: master
    10     - go: master
    11   fast_finish: true
    11   fast_finish: true