1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-24 09:08:49 -05:00

travis: whitespace-only changes for consistency

Automatically apply a consistent indentation with:

    python3 -c 'from ruamel.yaml import YAML;y=YAML();d=y.load(open(".travis.yml"));y.width=500;y.dump(d,open(".travis.yml.new","w"))'

followed by manually re-indenting three comments.

Closes #5370
This commit is contained in:
Peter Wu 2020-05-12 22:38:29 +02:00
parent a158a09166
commit 1753e4140b

View File

@ -450,19 +450,19 @@ matrix:
- zlib1g-dev - zlib1g-dev
before_install: before_install:
- export "${OVERRIDE_CC-blank=}" - export "${OVERRIDE_CC-blank=}"
- export "${OVERRIDE_CXX-blank=}" - export "${OVERRIDE_CXX-blank=}"
install: install:
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi - if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
# before_script and script: # before_script and script:
# Travis isn't reliable catching errors in inline script commands (#3730). # Travis isn't reliable catching errors in inline script commands (#3730).
# Do not add anything here, instead add to the respective script. # Do not add anything here, instead add to the respective script.
before_script: before_script:
- ./scripts/travis/before_script.sh || travis_terminate 1 - ./scripts/travis/before_script.sh || travis_terminate 1
script: script:
- ./scripts/travis/script.sh || travis_terminate 1 - ./scripts/travis/script.sh || travis_terminate 1
# whitelist branches to avoid testing feature branches twice (as branch and as pull request) # whitelist branches to avoid testing feature branches twice (as branch and as pull request)
branches: branches: