fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

permit build.sh to execute in .travis.yml #223

Closed blair55 closed 8 years ago

blair55 commented 8 years ago

Created a fresh project, pushed, travis threw this error for build.sh: http://stackoverflow.com/questions/33820638/travis-ci-gradlew-permission-denied

tpetricek commented 8 years ago

I had this issue in some projects too! Thanks for fixing it here.