source:
code/trunk/vendor/gopkg.in/yaml.v2/.travis.yml@
74
Last change on this file since 74 was 67, checked in by , 23 months ago | |
---|---|
File size: 223 bytes |
Rev | Line | |
---|---|---|
[67] | 1 | language: go |
2 | ||
3 | go: | |
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 | ||
17 | go_import_path: gopkg.in/yaml.v2 |
Note:
See TracBrowser
for help on using the repository browser.