Skip to content

Commit

Permalink
Use Bionic on Travis (#31514)
Browse files Browse the repository at this point in the history
* Use Bionic on Travis

To get newer Doxygen

* newer Python
  • Loading branch information
3nids committed Aug 31, 2019
1 parent 5effed4 commit 65df88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,7 +1,7 @@
language: python # This lets us use newer python versions from virtualenv
python: "3.5"
python: "3.7"
compiler: clang
dist: xenial
dist: bionic
sudo: false
cache:
apt: true
Expand Down Expand Up @@ -60,7 +60,7 @@ matrix:
addons:
apt:
sources:
- sourceline: 'ppa:jonathonf/backports' # silversearcher-ag backport
# - sourceline: 'ppa:jonathonf/backports' # silversearcher-ag backport
packages:
- doxygen
- graphviz
Expand Down

1 comment on commit 65df88b

@probonopd
Copy link

@probonopd probonopd commented on 65df88b Oct 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This kind of commit makes it hard to run the software on all still-supported Ubuntu releases.

Please always use the oldest, not the newest, still-supported LTS release for building. So that the build artifacts will run on all, rather than just the latest, Ubuntu releases. Thanks!

Please sign in to comment.