summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Boukris <iboukris@gmail.com>2017-07-19 20:41:26 +0300
committerMarcel Raad <Marcel.Raad@teamviewer.com>2017-09-15 14:09:20 +0200
commit9bba664e02f1ed93c80dba70993d1553248cebdc (patch)
treeacb01823f1c6a724fdebb204dcd03f2ad806e680
parent56d949d31ad182a22bd3bad25b1a902b635d549d (diff)
downloadcurl-9bba664e02f1ed93c80dba70993d1553248cebdc.tar.gz
tests: enable gssapi in travis-ci linux build
Closes https://github.com/curl/curl/pull/1687
-rw-r--r--.travis.yml3
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