X Tutup
Skip to content

Commit 3655d3f

Browse files
caitppetebacondarwin
authored andcommitted
chore(travis): remove test:docgen task from build
The task was removed by an earlier commit, and executing it breaks TravisCI builds. It may be replaced at a later date.
1 parent ec3ba47 commit 3655d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
66

77
if [ $JOB = "unit" ]; then
88
grunt ci-checks
9-
grunt test:docgen
9+
#grunt test:docgen
1010
grunt test:promises-aplus
1111
grunt test:unit --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

0 commit comments

Comments
 (0)
X Tutup