]> www.infradead.org Git - users/hch/blktests.git/commit
travis: streamline config
authorOmar Sandoval <osandov@fb.com>
Wed, 13 Feb 2019 20:56:48 +0000 (12:56 -0800)
committerOmar Sandoval <osandov@fb.com>
Wed, 13 Feb 2019 21:16:43 +0000 (13:16 -0800)
commit5b8ef9eef1e0926e0c448178ac821b70a3f96880
treedad10ab45f233e16e3b4168033d8f85028206773
parentc8b3ad2dd720bf11b0ffef554156956224c66f64
travis: streamline config

- Reorder the testing matrix to more or less the order of importance.
- Don't install libc and libstdc++ explicitly; it's not necessary and
  for some reason it installs a bunch of other packages.
- We only test on Linux, so get rid of the conditional.
- Don't error out if apt update fails, since that seems to happen every
  now and then because some repository changed keys.

Signed-off-by: Omar Sandoval <osandov@fb.com>
.travis.yml