travis: drop R4.0, switch to xenial

QubesOS/qubes-issues#4613
This commit is contained in:
Marek Marczykowski-Górecki 2019-04-08 16:10:30 +02:00
parent 15c55a4ef5
commit 6fa3e19f7e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1,8 +1,13 @@
sudo: required
dist: trusty
dist: xenial
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
# don't build tags which are meant for code signing only
branches:
except:
- /.*_.*/
- build