William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [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 | |||||
12 | script: | ||||
13 | - ./validate.sh | ||||
14 | |||||
15 | # this should give us faster builds according to | ||||
16 | # http://docs.travis-ci.com/user/migrating-from-legacy/ | ||||
17 | sudo: false |