We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c73f0 commit c1abe41Copy full SHA for c1abe41
.travis.yml
@@ -41,6 +41,7 @@ install:
41
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
42
choco install windows-sdk-10.0
43
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 '{}' +
45
fi
46
47
0 commit comments