Skip to content

Commit c1abe41

Browse files
committed
Run dos2unix on ui-toml tests
1 parent 44c73f0 commit c1abe41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ install:
4141
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
4242
choco install windows-sdk-10.0
4343
find tests/ui/* \( -name '*.rs' -or -name '*.stderr' -or -name '*.stdout' \) -exec dos2unix '{}' +
44+
find tests/ui-toml/* \( -name '*.rs' -or -name '*.stderr' -or -name '*.stdout' -or -name '*.toml' \) -exec dos2unix '{}' +
4445
fi
4546
fi
4647

0 commit comments

Comments
 (0)