We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b77e22 commit bceff57Copy full SHA for bceff57
.travis.yml
@@ -40,7 +40,7 @@ install:
40
fi
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 '{}' +
+ find tests/ui/* \( -name '*.rs' -or -name '*.stderr' -or -name '*.stdout' \) -exec dos2unix '{}' +
44
45
46
0 commit comments