Skip to content
Permalink
Browse files

WIP: disable protractor

  • Loading branch information
vojtajina committed Dec 4, 2014
1 parent cac80b0 commit ce406af3532d6c90623f65d85e2a19b474b9fb3f
Showing with 1 addition and 1 deletion.
  1. +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

0 comments on commit ce406af

Please sign in to comment.
You can’t perform that action at this time.