mirror of
https://github.com/curl/curl.git
synced 2026-06-05 16:14:16 +03: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue