Skip to content

Commit

Permalink
Merge pull request #34 from stephengtuggy/just_one_deb_pkg
Browse files Browse the repository at this point in the history
.travis.yml: Build just one .deb package, on Debian 9 stretch
  • Loading branch information
stephengtuggy authored Oct 5, 2020
2 parents ec44b6c + 123230d commit 00799fd
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,24 @@ dist: focal
# to the matrix to cover the distro
jobs:
include:
- os: linux
name: "Ubuntu 20.04 focal"
env:
- FROM='ubuntu:focal'
- os: linux
name: "Ubuntu 18.04 bionic"
env:
- FROM='ubuntu:bionic'
- os: linux
name: "Ubuntu 16.04 xenial"
env:
- FROM='ubuntu:xenial'
- os: linux
name: "Debian 10 buster"
env:
- FROM='debian:buster'
# "One .deb to rule them all" -- the .deb package built on Debian 9
# stretch should work on all the other .deb based distros as well.
# - os: linux
# name: "Ubuntu 20.04 focal"
# env:
# - FROM='ubuntu:focal'
# - os: linux
# name: "Ubuntu 18.04 bionic"
# env:
# - FROM='ubuntu:bionic'
# - os: linux
# name: "Ubuntu 16.04 xenial"
# env:
# - FROM='ubuntu:xenial'
# - os: linux
# name: "Debian 10 buster"
# env:
# - FROM='debian:buster'
- os: linux
name: "Debian 9 stretch"
env:
Expand Down

0 comments on commit 00799fd

Please sign in to comment.