aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sauce
diff options
context:
space:
mode:
authordoodeec2014-03-05 18:23:22 +0100
committerIgor Minar2014-03-10 02:19:57 -0700
commit0d8de2d3ea44a8bb1f0702ccf7a4542200452f16 (patch)
treec77134d421f531e7ef5fb175a6015f34f3751c85 /lib/sauce
parent7833ce0a6e9af904979f24828a4ad5990813d089 (diff)
downloadangular.js-0d8de2d3ea44a8bb1f0702ccf7a4542200452f16.tar.bz2
docs($route): change routes property to correct type
change $route.routes property type to Object, property is marked incorrectly as an Array Closes #6552
Diffstat (limited to 'lib/sauce')
0 files changed, 0 insertions, 0 deletions
rl=module 2>/dev/null | tail -n 17 - make >/dev/null 2>&1 - sudo make install >/dev/null - popd - sudo apt-get install -qq `perl -MYAML::Tiny=LoadFile -e'print qq{@{LoadFile(+shift)->{additional_system_deps}}}' _testing/config.yml` - | if [ $TRAVIS_PULL_REQUEST = false ] && [ $USE_ARTEFACTS_CACHE = yes ] && [ $EXTRACT_TEST_ARTEFACTS = yes ]; then env -u REPO_LOGIN_TOKEN ./_testing/travis/load-old-artefacts.zsh fi - env -u REPO_LOGIN_TOKEN ./_testing/travis/autoinstall-perl-prereqs.zsh install: - true before_script: - env -u REPO_LOGIN_TOKEN ./_testing/run-test.zsh - | if [ $TRAVIS_PULL_REQUEST != false ]; then git diff --stat $TRAVIS_BRANCH fi script: - env -u REPO_LOGIN_TOKEN ./_testing/report-test.zsh after_script: - env -u REPO_LOGIN_TOKEN ./_testing/travis/show-failures.zsh - | if [ $TRAVIS_PULL_REQUEST = false ] && $TRAVIS_SECURE_ENV_VARS; then perl ./_testing/travis/update-scripts-yaml.pl fi - | if [ $TRAVIS_PULL_REQUEST = false ] && $TRAVIS_SECURE_ENV_VARS && [ $EXTRACT_TEST_ARTEFACTS = yes ]; then ./_testing/travis/extract-artefacts.zsh fi branches: only: - gh-pages env: global: - USE_ARTEFACTS_CACHE=yes - EXTRACT_TEST_ARTEFACTS=yes