From 73de142757bdd6095706bad9e3c1957b313aeac0 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Sun, 28 Oct 2018 19:05:26 +0100 Subject: [PATCH] Attempt to fix Travis windows build --- ci/base-tests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/base-tests.sh b/ci/base-tests.sh index 9b73263c24a7..9a05ee5efc44 100755 --- a/ci/base-tests.sh +++ b/ci/base-tests.sh @@ -13,6 +13,11 @@ set -ex echo "Running clippy base tests" + +if [ "$TRAVIS_OS_NAME" == "windows" ]; then + unix2dos tests/ui/**/*.stderr +fi + PATH=$PATH:./node_modules/.bin if [ "$TRAVIS_OS_NAME" == "linux" ]; then remark -f *.md > /dev/null