summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-08 17:16:23 +0100
committerJakob Unterwurzacher2015-12-08 17:16:23 +0100
commit14deea6c20288eb42082674527899f3d3f49c409 (patch)
tree5159d687d5336623eb0b59c220e843aa36542830 /.travis.yml
parentce4a9f9ed64c106a68a8da8b36d524deaea56da9 (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4dbbbe0..38c92db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: go
go:
- - 1.4.3
- 1.5.1
- tip