diff options
author | Pablo Barciela <[email protected]> | 2019-08-27 15:45:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-25 18:53:15 +0200 |
commit | 54508e09d2ebb889c23f80b0a9452cb445c17491 (patch) | |
tree | 0283fcab074c01079ea32641e8051d60e8621624 | |
parent | c8301f944aeda7e93d00c75811d596ad03271f0d (diff) | |
download | mate-applets-54508e09d2ebb889c23f80b0a9452cb445c17491.tar.bz2 mate-applets-54508e09d2ebb889c23f80b0a9452cb445c17491.tar.xz |
Travis CI: Fix ubuntu build
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 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 |