Since Travis runs as a batch job and logs are typically looked at after-the-fact (if at all), there's not any point to seeing progress when cloning git repos. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
16 lines
199 B
YAML
16 lines
199 B
YAML
git:
|
|
depth: 10
|
|
quiet: true
|
|
|
|
language: c
|
|
dist: trusty
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- $HOME/sdk
|
|
|
|
before_script:
|
|
- ./.travis_do.sh download_sdk
|
|
|
|
script:
|
|
- ./.travis_do.sh test_packages
|