$ ./build.sh --quiet verify /home/travis/build.sh: line 59: ./build.sh: Permission denied. The command \"./build.sh --quiet verify\" exited with 126.
You can grant the needed permission by adding this lines to the .travis.yml
before_install: - chmod +x build.sh