From 3d601fe32066619f50297cb52131d1bbf5e6862e Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 6 May 2020 00:15:09 +0100 Subject: style: Run restyled on Travis and Circle CI scripts. --- .travis/upload-coverage | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.travis/upload-coverage') diff --git a/.travis/upload-coverage b/.travis/upload-coverage index 08f0e482..d49538d9 100755 --- a/.travis/upload-coverage +++ b/.travis/upload-coverage @@ -1,10 +1,10 @@ #!/bin/bash # We only submit coverage from the Linux build. -coveralls \ - --exclude auto_tests \ - --exclude other \ - --exclude testing \ +coveralls \ + --exclude auto_tests \ + --exclude other \ + --exclude testing \ --gcov-options '\-lp' bash <(curl -s https://codecov.io/bash) -- cgit v1.2.3