aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-21 21:36:22 +0000
committerPeter Bacon Darwin2014-02-22 10:07:31 +0000
commitb72ea59019b7c61973f3d4443d7b9c4cb94633a9 (patch)
treeb8d39913869494456bb5bf6bb415eccd70fdca08 /scripts
parent3b5480e9fc66fb13dc4723c0c836564a6d1aaaf3 (diff)
downloadangular.js-b72ea59019b7c61973f3d4443d7b9c4cb94633a9.tar.bz2
chore(docs-app): re-activate docs-app test tasks
Currently there is only a minimal test spec in place. But this will now be run as part of the test tasks.
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 34422648..79fa7715 100755
--- a/scripts/travis/build.sh
+++ b/scripts/travis/build.sh
@@ -6,9 +6,9 @@ export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
if [ $JOB = "unit" ]; then
grunt ci-checks
- #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
+ grunt test:docs --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
export TARGET_SPECS="build/docs/ptore2e/**/*jqlite_test.js"
if [ $TEST_TARGET = "jquery" ]; then