diff options
| author | Julie | 2014-01-11 16:59:15 -0800 | 
|---|---|---|
| committer | Caitlin Potter | 2014-01-28 14:14:20 -0500 | 
| commit | 7aef2d54e0a48fae18a289813f699962d8310565 (patch) | |
| tree | 60d1d559510c17e879aff798f298e6bcc262d3ab /scripts/travis/build.sh | |
| parent | ce37ae28687167f7b4274ba547f013980126a219 (diff) | |
| download | angular.js-7aef2d54e0a48fae18a289813f699962d8310565.tar.bz2 | |
test(docs): convert example end to end doc tests from scenario runner to protractor
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!
Closes #6023
Diffstat (limited to 'scripts/travis/build.sh')
| -rwxr-xr-x | scripts/travis/build.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/scripts/travis/build.sh b/scripts/travis/build.sh index 094859e6..32cd8af8 100755 --- a/scripts/travis/build.sh +++ b/scripts/travis/build.sh @@ -10,7 +10,6 @@ if [ $JOB = "unit" ]; then    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 -  grunt test:e2e --browsers SL_Chrome --reporters dots    grunt test:protractor --sauceUser $SAUCE_USERNAME \        --sauceKey $SAUCE_ACCESS_KEY \        --capabilities.tunnel-identifier=$TRAVIS_JOB_NUMBER \ | 
