Fixed travis.yml

So that it listed qubes4.0 and fedora 25 instead of the old values.
This commit is contained in:
Marta Marczykowska-Górecka 2017-11-05 13:54:05 +01:00
parent b7e4e55d05
commit efc49f3b76
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -4,4 +4,4 @@ language: generic
install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
script: ~/qubes-builder/scripts/travis-build
env:
- DIST_DOM0=fc23 USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1
- DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1