Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 1 | language: go |
2 | |||||
3 | go: | ||||
4 | - "1.3" | ||||
5 | - "1.4" | ||||
6 | - "1.5" | ||||
7 | - "1.6" | ||||
8 | - "1.7" | ||||
9 | - "1.8" | ||||
10 | - "1.9" | ||||
11 | - "1.10" | ||||
12 | - "1.11" | ||||
13 | - "1.12" | ||||
khenaidoo | 2672188 | 2021-08-11 17:42:52 -0400 | [diff] [blame] | 14 | - "1.13" |
15 | - "1.14" | ||||
16 | - "1.15" | ||||
Scott Baker | 2c1c482 | 2019-10-16 11:02:41 -0700 | [diff] [blame] | 17 | |
18 | script: | ||||
19 | - ./validate.sh | ||||
20 | |||||
21 | # this should give us faster builds according to | ||||
22 | # http://docs.travis-ci.com/user/migrating-from-legacy/ | ||||
23 | sudo: false |