Skip to content

Commit 7ba19cc

Browse files
chore(travis-build): don't re-package when testing docs
Since .travis is already running `grunt package` in the `before_script` block there is no need to run it again when testing the docs.
1 parent 21428e5 commit 7ba19cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ $JOB = "unit" ]; then
88
grunt ci-checks
99
grunt test:promises-aplus
1010
grunt test:unit --browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11 --reporters dots
11-
grunt test:docs --browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11 --reporters dots
11+
grunt tests:docs --browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11 --reporters dots
1212
elif [ $JOB = "e2e" ]; then
1313
export TARGET_SPECS="build/docs/ptore2e/**/*jqlite_test.js"
1414
if [ $TEST_TARGET = "jquery" ]; then

0 commit comments

Comments
 (0)