travis: No testing against old Go versions.

Go 1.5.4 does not support the whitespace trim syntax for templates. Since we make excessive use of it, we can not support that version of Go.
develop
Icedream 2016-06-20 00:41:59 +02:00
parent 35156593dc
commit b99af84dc5
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
language: go language: go
go: go:
- 1.5.4
- 1.6.2 - 1.6.2
- tip - tip