pmbootstrap/.travis
Oliver Smith f75ac13a4f
Travis CI: folded output/default tracebacks (#1331)
* Moved the `script` and `after_failure` sections of `.travis.yml`
  to extra files in a new `.travis/` folder
* Copy paste `.travis/common.sh` from Alpine's aport. They have neat
  formatting functions in there for folding
* Add a folding block around each script that gets called
* Use native tracebacks in pytest. These are the same as we see when
  pmbootstrap crashes usually, instead of printing out the entire
  function that causes an error. I think this makes the error output
  easier to read.
2018-03-14 20:32:47 +00:00
..
common.sh Travis CI: folded output/default tracebacks (#1331) 2018-03-14 20:32:47 +00:00
travis_after_failure.sh Travis CI: folded output/default tracebacks (#1331) 2018-03-14 20:32:47 +00:00
travis_script.sh Travis CI: folded output/default tracebacks (#1331) 2018-03-14 20:32:47 +00:00