commit | 32a9694e7466cd4810b5fc04560d0eb3f74ab1f9 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Sep 06 11:33:24 2016 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Sep 06 11:33:24 2016 +0200 |
tree | 582c862600bb53f92b69edd9c524a1d46bb45801 | |
parent | dd2c41d062974a9ce89fec801b1c1faab49cbc1b [diff] [blame] |
travis CHANGE set required parameters to some invalid values
diff --git a/.travis.yml b/.travis.yml index 3acc11d..e73e8c8 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -6,5 +6,5 @@ - linux before_install: ./install-dependencies.sh -script: ./bootstrap.sh && ./configure && make +script: ./bootstrap.sh && ./configure --with-cert-path="./invalid_cert" --with-private-key-path="./invalid_key" && make