travis ci: do not build on go 1.4.3

Go 1.4.3 seems to be missing cipher.NewGCMWithNonceSize. Error:

cryptfs/openssl_test.go:23: undefined: cipher.NewGCMWithNonceSize
This commit is contained in:
Jakob Unterwurzacher 2015-12-08 17:16:23 +01:00
parent ce4a9f9ed6
commit 14deea6c20
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
language: go
go:
- 1.4.3
- 1.5.1
- tip