-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
May be this is what is helping #159 (travis.sh and run_tests.py reported success when it a was failure) to exists?
Lines 33 to 35 in d94dcb0
- 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
.
Metadata
Metadata
Assignees
Labels
No labels