diff options
author | Jakob Unterwurzacher | 2016-05-04 20:15:11 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-05-04 20:15:11 +0200 |
commit | 6c010c30805f674de0f92072bb54c08d2e5b37e9 (patch) | |
tree | d27fa7b96015e2e8ce074fa45aff2002d7ca1632 /.travis.yml | |
parent | 86eb37e41a6caa434a8c06ed5b1743c836944853 (diff) |
stupidgcm: fix copy-paste error in panic message
Also, print the openssl version in Travis CI
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 f58ea7b..a1f56f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ install: # Travis does not support FUSE, so we can't just run "go test ./..." script: + - openssl version - go build - ./build.bash - go test ./internal/... |