...

Text file src/gopkg.in/yaml.v2/.travis.yml

Documentation: gopkg.in/yaml.v2

     1language: go
     2
     3go:
     4    - "1.4.x"
     5    - "1.5.x"
     6    - "1.6.x"
     7    - "1.7.x"
     8    - "1.8.x"
     9    - "1.9.x"
    10    - "1.10.x"
    11    - "1.11.x"
    12    - "1.12.x"
    13    - "1.13.x"
    14    - "1.14.x"
    15    - "tip"
    16
    17go_import_path: gopkg.in/yaml.v2

View as plain text