Permalink
Browse files
WIP: disable protractor
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
scripts/travis/build.sh
|
|
@@ -9,7 +9,7 @@ if [ $JOB = "unit" ]; then |
|
|
grunt test:unit --browsers BS_Chrome,BS_Safari,BS_Firefox,BS_IE_9,BS_IE_10,BS_IE_11 --reporters dots |
|
|
grunt ci-checks |
|
|
grunt tests:docs --browsers BS_Chrome,BS_Safari,BS_Firefox,BS_IE_9,BS_IE_10,BS_IE_11 --reporters dots |
|
|
grunt test:travis-protractor --specs "docs/app/e2e/**/*.scenario.js" |
|
|
# grunt test:travis-protractor --specs "docs/app/e2e/**/*.scenario.js" |
|
|
elif [ $JOB = "e2e" ]; then |
|
|
if [ $TEST_TARGET = "jquery" ]; then |
|
|
export USE_JQUERY=1 |
|
|
|
You can’t perform that action at this time.
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.