aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorCaitlin Potter2014-02-14 15:59:18 -0500
committerPeter Bacon Darwin2014-02-16 19:03:44 +0000
commit3655d3ffbe36c5c8e82b566106cb623c1d63b3c6 (patch)
tree2801778a8ca35b8e97025c207025e45890c579e7 /scripts
parentec3ba47c4cdd47ff248ff312d866e8d906406e00 (diff)
downloadangular.js-3655d3ffbe36c5c8e82b566106cb623c1d63b3c6.tar.bz2
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/build.sh b/scripts/travis/build.sh
index a415c35e..9a0d268f 100755
--- a/scripts/travis/build.sh
+++ b/scripts/travis/build.sh
@@ -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