mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
tests: enable gssapi in travis-ci linux build
Closes https://github.com/curl/curl/pull/1687
This commit is contained in:
parent
56d949d31a
commit
9bba664e02
@ -18,13 +18,14 @@ addons:
|
|||||||
- stunnel4
|
- stunnel4
|
||||||
- libidn2-0-dev
|
- libidn2-0-dev
|
||||||
- libssh2-1-dev
|
- libssh2-1-dev
|
||||||
|
- krb5-user
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: T=normal
|
env: T=normal C=--with-gssapi
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
Loading…
Reference in New Issue
Block a user