Skip to content

Commit

Permalink
travis: drop R4.0, switch to xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Apr 8, 2019
1 parent 15c55a4 commit 6fa3e19
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6fa3e19

Please sign in to comment.