diff options
author | Isaac Boukris <iboukris@gmail.com> | 2017-07-19 20:41:26 +0300 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2017-09-15 14:09:20 +0200 |
commit | 9bba664e02f1ed93c80dba70993d1553248cebdc (patch) | |
tree | acb01823f1c6a724fdebb204dcd03f2ad806e680 /.travis.yml | |
parent | 56d949d31ad182a22bd3bad25b1a902b635d549d (diff) | |
download | curl-9bba664e02f1ed93c80dba70993d1553248cebdc.tar.gz |
tests: enable gssapi in travis-ci linux build
Closes https://github.com/curl/curl/pull/1687
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6efc8d705..82e3edb7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,13 +18,14 @@ addons: - stunnel4 - libidn2-0-dev - libssh2-1-dev + - krb5-user matrix: include: - os: linux compiler: gcc dist: trusty - env: T=normal + env: T=normal C=--with-gssapi - os: linux compiler: gcc dist: trusty |