travis: also build on Go 1.3.3

This commit is contained in:
Jakob Unterwurzacher 2015-12-20 17:06:54 +01:00
parent 3bbaa1208f
commit c703823521
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
language: go
# Debian Jessie has Go 1.3.3, Fedora 22 has Go 1.4.3,
# Fedora 23 has Go 1.5.1
go:
- 1.3.3
- 1.4.3
- 1.5.1
- tip