mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -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:
parent
a158a09166
commit
1753e4140b
10
.travis.yml
10
.travis.yml
@ -450,19 +450,19 @@ matrix:
|
||||
- zlib1g-dev
|
||||
|
||||
before_install:
|
||||
- export "${OVERRIDE_CC-blank=}"
|
||||
- export "${OVERRIDE_CXX-blank=}"
|
||||
- export "${OVERRIDE_CC-blank=}"
|
||||
- export "${OVERRIDE_CXX-blank=}"
|
||||
|
||||
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:
|
||||
# Travis isn't reliable catching errors in inline script commands (#3730).
|
||||
# Do not add anything here, instead add to the respective script.
|
||||
before_script:
|
||||
- ./scripts/travis/before_script.sh || travis_terminate 1
|
||||
- ./scripts/travis/before_script.sh || travis_terminate 1
|
||||
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)
|
||||
branches:
|
||||
|
Loading…
Reference in New Issue
Block a user