diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c6b4ebc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +sudo: required +dist: trusty +language: generic +install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder +# debootstrap in trusty is old... +before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch +script: ~/qubes-builder/scripts/travis-build +env: + - DISTS_VM=fc23 USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1 + - DISTS_VM=jessie USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1 + - DISTS_VM=stretch USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1