Skip to content

Commit

Permalink
Travis: drop trusty requirement
Browse files Browse the repository at this point in the history
We no longer require trusty (Xenial, the default, works fine, and we
don't actually even support people using trusty anymore), so stop trying
to build for it and build using the defaults instead.
  • Loading branch information
yoe committed Aug 19, 2019
1 parent 9da0315 commit 3d80c68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: cpp
sudo: required
dist: trusty
os:
- linux
compiler:
Expand Down
1 change: 0 additions & 1 deletion .travis/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -x

case $(uname -s) in
Linux)
add-apt-repository -y ppa:wouter-debian/new4trusty
apt-get update
apt-get install -y autotools-dev libgtk2.0-dev libpcsclite-dev libtool automake autoconf libcurl4-openssl-dev libxml2-dev libproxy-dev pkg-config libp11-kit-dev pkg-config libassuan-dev libgpg-error-dev
;;
Expand Down

0 comments on commit 3d80c68

Please sign in to comment.