Skip to content

Commit

Permalink
missing space =(
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Nov 8, 2018
1 parent 7b77e22 commit bceff57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bceff57

Please sign in to comment.