Letting Travis CI select the patch version of Go 1.4 to use

The last release of Go 1.4 when installed on Travis CI does not
have go vet installed. Letting Travis CI select the patch version
instead.
This commit is contained in:
Matt Farina 2016-05-06 12:30:30 -04:00
parent cd230f3a88
commit 0a3c5e7516

View File

@ -5,7 +5,7 @@ go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.3
- 1.4
- 1.5.4
- 1.6.2
- tip