blob: ce9afeaeeac36727552503c34fd61843781cab26 [file] [log] [blame]
kesavand2cde6582020-06-22 04:56:23 -04001language: go
2
3go:
kesavandc71914f2022-03-25 11:19:03 +05304 - "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"
14 - "1.13"
15 - "1.14"
16 - "1.15"
kesavand2cde6582020-06-22 04:56:23 -040017
18script:
19 - ./validate.sh
20
21# this should give us faster builds according to
22# http://docs.travis-ci.com/user/migrating-from-legacy/
23sudo: false