diff options
author | Jakob Unterwurzacher | 2015-12-10 20:52:59 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-10 20:55:09 +0100 |
commit | 78cd97c5e9de221a6cd2ddfcaaa2c1f1f430d264 (patch) | |
tree | 82668516f0e2b9156afc0dc6ec3f0b28a9e2de82 /.travis.yml | |
parent | 61ee2271c454047781afad6ded2e17e6efe20113 (diff) |
Wrap NewGCMWithNonceSize() to enable compilation on Go 1.4
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 38c92db..4dbbbe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: + - 1.4.3 - 1.5.1 - tip |