comparison .travis.yml @ 2152:60d78294ea3a

Oookay... Travis's Trusty image is now too old for the bundled hg to be able to connect to Bitbucket after the latter switched off TLS 1.0 and 1.1 support this month. So we must either use a newer image, or find another workaround. Let's try the newer image first, since we'd probably be using that already if it had existed when we set this up
author Chris Cannam
date Thu, 06 Dec 2018 09:36:08 +0000
parents 34cb861994a2
children 1a6f786c1eab
comparison
equal deleted inserted replaced
2151:37cee91f174e 2152:60d78294ea3a
4 matrix: 4 matrix:
5 include: 5 include:
6 - os: osx 6 - os: osx
7 osx_image: xcode9 7 osx_image: xcode9
8 - os: linux 8 - os: linux
9 dist: trusty 9 dist: xenial
10 sudo: required 10 sudo: required
11 addons: 11 addons:
12 apt: 12 apt:
13 sources:
14 - ubuntu-toolchain-r-test
15 packages: 13 packages:
16 - libbz2-dev libfftw3-dev libfishsound1-dev libid3tag0-dev liblo-dev liblrdf0-dev libmad0-dev liboggz2-dev libpulse-dev libsamplerate-dev libsndfile-dev libsord-dev libxml2-utils portaudio19-dev qt5-default libqt5svg5-dev raptor-utils librubberband-dev autoconf libtool git mlton 14 - libbz2-dev libfftw3-dev libfishsound1-dev libid3tag0-dev liblo-dev liblrdf0-dev libmad0-dev liboggz2-dev libpulse-dev libsamplerate-dev libsndfile-dev libsord-dev libxml2-utils portaudio19-dev qt5-default libqt5svg5-dev raptor-utils librubberband-dev autoconf libtool git mlton
17 15
18 before_install: 16 before_install:
19 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi 17 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi