blob: aead0765480e69e50d4514bc29cbbf7be9a7e252 [file] [log] [blame]
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +00001language: go
2
3go:
Scott Baker105df152020-04-13 15:55:14 -07004 - "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"
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +000014
15script:
16 - ./validate.sh
17
18# this should give us faster builds according to
19# http://docs.travis-ci.com/user/migrating-from-legacy/
20sudo: false