You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.shsh will be used instead of bash.