From 76882c9dd19fa83a1d2959cbc9409d56e12e9ecc Mon Sep 17 00:00:00 2001 From: Juhani Numminen Date: Sun, 28 Jul 2019 14:50:04 +0300 Subject: [PATCH] travis: linux: Use alternative way to install deps, apt addon is not working anymore?! Strip down some dependencies: - libperl-dev is not used. - perl will come with cpanminus. - make is installed in Travis' ubuntu image anyway. - python3 will follow from the python3-* modules. - Explicitly mention python-pip. --- .travis.yml | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06cc5336..7dd6bf9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,4 @@ addons: - apt: - packages: - - cpanminus - - libperl-dev - - make - - perl - - python-glade2 - - python-gnome2 - - python-gnome2-dev - - python-gtk2 - - python-setuptools - - python-tk - - python3 - - python3-pip - - python3-setuptools - - python3-tk homebrew: update: true brewfile: true @@ -50,6 +34,19 @@ python: "3.6" matrix: include: - os: linux + before_install: + - sudo apt-get install -y + cpanminus + python-glade2 + python-gnome2 + python-gnome2-dev + python-gtk2 + python-pip + python-setuptools + python-tk + python3-pip + python3-setuptools + python3-tk - os: osx language: generic script: