May be this is what is helping #159 (travis.sh and run_tests.py reported success when it a was failure) to exists?
|
- sh sbin/travis.sh bootstrap |
|
- sh sbin/travis.sh install_color_scheme_unit |
|
- if [ "$PCINSTALL" == true ]; then sh sbin/travis.sh install_package_control; fi |
On the headers of the files, it is already defined to use #!/bin/bash, but if you directly launches it with sh travis.sh sh will be used instead of bash.
- https://askubuntu.com/questions/172481/is-bash-scripting-the-same-as-shell-scripting