chore(build): reenable optional jobs in SL and BS

Closes #8558
This commit is contained in:
Marc Laval
2016-05-09 16:47:26 -07:00
parent d414734aac
commit d537a26297
8 changed files with 32 additions and 17 deletions

View File

@ -2,7 +2,7 @@
set -ex -o pipefail
if [[ ${TRAVIS} && ${CI_MODE} != "saucelabs_required" ]]; then
if [[ ${TRAVIS} && ${CI_MODE} != "saucelabs_required" && ${CI_MODE} != "saucelabs_optional" ]]; then
exit 0;
fi