Issue #4783
Updated by dkliban@redhat.com over 5 years ago
The .travis <pre>.travis</pre> directory gets populated with multiple bash scripts. All are created with read/write permissions for the owner. When Travis tries to execute the scripts it gets a Permission Denied error. The bootstrap script should set the execute bit also for these scripts.