.travis.yml
changeset 246 3dcfc59d90b9
parent 223 1bea7f8ff489
child 256 6d748fac6eb2
equal deleted inserted replaced
245:304b518cabbf 246:3dcfc59d90b9
     1 language: go
     1 language: go
     2 go:
     2 go:
     3 - "1.7"
       
     4 - "1.8"
       
     5 - "1.9"
     3 - "1.9"
     6 - "1.10"
     4 - "1.10"
       
     5 - "1.11"
     7 - master
     6 - master
     8 matrix:
     7 matrix:
     9   allow_failures:
     8   allow_failures:
    10     - go: master
     9     - go: master
    11   fast_finish: true
    10   fast_finish: true