Disable credssp build for travis

This commit is contained in:
Henrik Andersson 2016-09-20 11:02:25 +02:00
parent fd25312043
commit f1386189b9

View File

@ -2,4 +2,4 @@ language: c
compiler: gcc
script: ./bootstrap && ./configure && make
script: ./bootstrap && ./configure --disable-credssp && make