scijava / scijava-scripts

Shell scripts for scientific projects written in Java
The Unlicense
15 stars 16 forks source link

travisify.sh: ensure correct build.sh permissions on Windows #35

Closed imagejan closed 4 years ago

imagejan commented 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.

ctrueden commented 4 years ago

Thanks, @imagejan!