Wireshark-commits: [Wireshark-commits] master a33d4cc: travis: upgrade to Xenial
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Dec 2018 14:11:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a33d4ccb06c88c412af6b3316a0e43b3435d0689
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a33d4cc by Peter Wu (peter@xxxxxxxxxxxxx):

    travis: upgrade to Xenial
    
    Travis now supports Ubuntu 16.04 (Xenial):
    https://blog.travis-ci.com/2018-11-08-xenial-release
    
    Simplify the environment:
    - Clang 7 is default, https://docs.travis-ci.com/user/languages/c/
      (ubuntu-toolchain-r-test is still needed because GCC 5.4 is default)
    - libnghttp2-dev, libssh-gcrypt-dev and libmaxminddb-dev are available.
      (No longer requires ppa:wireshark-dev/stable)
    
    Upgrading to Xenial will also enable Libgcrypt 1.6 tests and includes
    GnuTLS 3.4.10 which will be useful for future PKCS #11 tests.
    Gitlab's rpm-centos-7 still covers Libgcrypt 1.5.3 and GnuTLS 3.3.29.
    Coverage will be lost for GnuTLS 3.2.11 (Ubuntu 14.04, Trusty).
    
    Change-Id: Ic28bf23707c75b2c97bedad66206e9c1f129164c
    Reviewed-on: https://code.wireshark.org/review/31039
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  18c737c   DCT2000: Pass NR NAS payload to dissector with S1AP framing
     add  a33d4cc   travis: upgrade to Xenial


Summary of changes:
 .travis.yml | 32 +++++++-------------------------
 1 file changed, 7 insertions(+), 25 deletions(-)