Skip to content

Commit

Permalink
travis: switch to xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Mar 23, 2019
1 parent 26462a3 commit ee8bce2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: xenial
language: python
python:
- '3.5'
Expand All @@ -11,3 +11,9 @@ script:
- ~/qubes-builder/scripts/travis-build
env:
- DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1

# don't build tags which are meant for code signing only
branches:
except:
- /.*_.*/
- build

0 comments on commit ee8bce2

Please sign in to comment.