From bceff570f0181f3a7fd013cdd6c7ae907cccc704 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 8 Nov 2018 07:13:41 +0100 Subject: [PATCH] missing space =( --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab56cdd29727..37c56627dd38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ install: fi if [ "$TRAVIS_OS_NAME" == "windows" ]; then choco install windows-sdk-10.0 - find tests/ui/* \( -name '*.rs' -or -name '*.stderr' -or -name '*.stdout'\) -exec dos2unix '{}' + + find tests/ui/* \( -name '*.rs' -or -name '*.stderr' -or -name '*.stdout' \) -exec dos2unix '{}' + fi fi