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.
This commit is contained in:
Caitlin Potter
2014-02-14 15:59:18 -05:00
committed by Peter Bacon Darwin
parent ec3ba47c4c
commit 3655d3ffbe

View File

@@ -6,7 +6,7 @@ export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
if [ $JOB = "unit" ]; then
grunt ci-checks
grunt test:docgen
#grunt test:docgen
grunt test:promises-aplus
grunt test:unit --browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11 --reporters dots
elif [ $JOB = "e2e" ]; then