qubes-core-admin-linux/.travis.yml
Marek Marczykowski-Górecki edf406c172
travis: fix R4.1 line
2019-03-02 16:38:44 +01:00

9 lines
312 B
YAML

sudo: required
dist: trusty
language: generic
install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
script: ~/qubes-builder/scripts/travis-build
env:
- DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
- DIST_DOM0=fc29 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1