elmish / hmr

Hot Module Replacement for Elmish apps
https://elmish.github.io/hmr
Other
28 stars 9 forks source link

Fix build.sh permissions for travis #2

Closed MangelMaxime closed 6 years ago

MangelMaxime commented 6 years ago

I am under windows and seems like I can't change the permission of ./build.sh and Travis is failing because of that.

@et1975 If you are under a *nix system can you please fix it for me ?

et1975 commented 6 years ago

Sure, will do!

MangelMaxime commented 6 years ago

Thank you :)

et1975 commented 6 years ago

BTW, if you have Linux subsystem you can do this on Windows too! Maybe even with cygwin? Not sure about that one. chmod +x build.sh to the rescue!

MangelMaxime commented 6 years ago

I tried to do it. But git didn't detected the change on the permissions.

After, I used chmod a+x build.sh should be enough but perhaps not.

et1975 commented 6 years ago

Hm, maybe you have to be on VolFs for it to work.