Closed imagejan closed 4 years ago
Closes #25.
On Windows, this makes sure that the git index is updated with the correct file permissions (chmod +x, or 100755) for .travis/build.sh.
chmod +x
100755
.travis/build.sh
Thanks, @imagejan!
Closes #25.
On Windows, this makes sure that the git index is updated with the correct file permissions (
chmod +x
, or100755
) for.travis/build.sh
.