Skip to content

Help Travis

vhirtham edited this page Nov 3, 2017 · 3 revisions

Bash scripts

If Travis fails with permission denied on one of the scripts the following solution might do the trick:

git update-index --add --chmod=+x FILENAME.sh

This adds execution permission to the checked in file.

Clone this wiki locally