From 54508e09d2ebb889c23f80b0a9452cb445c17491 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 27 Aug 2019 15:45:58 +0200 Subject: Travis CI: Fix ubuntu build --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 56b2c81e..bedd0135 100644 --- a/.travis.yml +++ b/.travis.yml @@ -132,7 +132,6 @@ requires: - mate-common - x11proto-kb-dev - yelp-tools - - linux-tools-generic variables: - CFLAGS="-Wall -Werror=format-security" @@ -142,9 +141,6 @@ before_scripts: - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh - fi - - if [ ${DISTRO_NAME} == "ubuntu" ];then - - ln -sf `ls /usr/lib/libcpupower.so.*|head -1` /usr/lib/libcpupower.so - - fi after_scripts: - make distcheck -- cgit v1.2.1