source: code/trunk/vendor/gopkg.in/yaml.v2/.travis.yml@ 67

Last change on this file since 67 was 67, checked in by Izuru Yakumo, 23 months ago

Use vendored modules

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 223 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.