commit 9c956d3403626503ad8fc816324b9c43b9a1f82a parent 6007a77f0554daa16828208991a0f2f9bc5a1185 Author: Frederic Cambus <fred@statdns.com> Date: Tue, 7 Feb 2017 10:04:14 +0100 Remove extraneous whitespace Diffstat:
M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -7,7 +7,7 @@ compiler: before_install: - sudo apt-get -qq update - sudo apt-get install -y libgd2-noxpm-dev - - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- + - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- script: cmake . && make