diff options
| author | Peter Bacon Darwin | 2014-02-21 21:36:22 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-22 10:07:31 +0000 | 
| commit | b72ea59019b7c61973f3d4443d7b9c4cb94633a9 (patch) | |
| tree | b8d39913869494456bb5bf6bb415eccd70fdca08 /jenkins_build.sh | |
| parent | 3b5480e9fc66fb13dc4723c0c836564a6d1aaaf3 (diff) | |
| download | angular.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 'jenkins_build.sh')
| -rwxr-xr-x | jenkins_build.sh | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/jenkins_build.sh b/jenkins_build.sh index 2dc69cbc..806eb0f2 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -24,15 +24,15 @@ grunt ci-checks package --no-color  mkdir -p test_out -# DOCS generator unit tests # -grunt test:docgen --no-color -  # UNIT TESTS #  grunt test:unit --browsers $BROWSERS --reporters=dots,junit --no-colors --no-color  # END TO END TESTS #  grunt test:ci-protractor +# DOCS APP TESTS # +grunt test:docs --browsers $BROWSERS --reporters=dots,junit --no-colors --no-color +  # Promises/A+ TESTS #  grunt test:promises-aplus --no-color | 
