ostree/.travis.yml
Simon McVittie 9cbe23f4b7 travis-ci: Enable stretch (the future Debian 9), replacing unstable
My goal in building ostree for Debian unstable was that we would
have good coverage of "new code" paths. However, it was removed
for #571 as too much of a moving target. Debian testing is less of
a moving target, and in particular is always internally consistent
(packages are co-installable), which Debian unstable is not guaranteed
to be.

Debian 'stretch' is the future Debian 9, which should be released
next year.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

Closes: #600
Approved by: cgwalters
2016-11-29 14:11:50 +00:00

17 lines
390 B
YAML

language: c
dist: trusty
sudo: required
env:
- ci_distro=ubuntu ci_suite=trusty
- ci_docker=debian:jessie-slim ci_distro=debian ci_suite=jessie
- ci_docker=debian:stretch-slim ci_distro=debian ci_suite=stretch
- ci_docker=ubuntu:xenial ci_distro=ubuntu ci_suite=xenial
script:
- tests/ci-install.sh
- ci_parallel=2 ci_sudo=yes tests/ci-build.sh
notifications:
email: false