Skip to content

Commit 0993f26

Browse files
committed
skip unit tests
1 parent faec135 commit 0993f26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/travis/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ elif [ "$JOB" == "unit" ]; then
1414
BROWSERS="SL_Chrome,SL_Firefox,SL_Safari_8,SL_Safari_9,SL_IE_9,SL_IE_10,SL_IE_11,SL_EDGE,SL_iOS"
1515
fi
1616

17-
grunt test:promises-aplus
18-
grunt test:unit --browsers="$BROWSERS" --reporters=dots
19-
grunt tests:docs --browsers="$BROWSERS" --reporters=dots
17+
# grunt test:promises-aplus
18+
# grunt test:unit --browsers="$BROWSERS" --reporters=dots
19+
# grunt tests:docs --browsers="$BROWSERS" --reporters=dots
2020
elif [ "$JOB" == "docs-e2e" ]; then
2121
grunt test:travis-protractor --specs="docs/app/e2e/**/*.scenario.js"
2222
elif [ "$JOB" == "e2e" ]; then

0 commit comments

Comments
 (0)