diff options
author | Pablo Barciela <[email protected]> | 2019-08-27 15:45:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-08-29 15:14:54 +0200 |
commit | 49d5eb8bd2a4167717943d1ed9f2ba90a1f4f491 (patch) | |
tree | 91190398d674a096ab20d78aa660716a28b964b5 | |
parent | 34d9b916fe4133457b7c2e7a00cd23f4f5b85114 (diff) | |
download | mate-applets-49d5eb8bd2a4167717943d1ed9f2ba90a1f4f491.tar.bz2 mate-applets-49d5eb8bd2a4167717943d1ed9f2ba90a1f4f491.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 cd8591f4..3517649e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,7 +167,6 @@ requires: - mate-common - x11proto-kb-dev - yelp-tools - - linux-tools-generic variables: - CFLAGS="-Wall -Werror=format-security" @@ -192,9 +191,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 build_scripts: - ./autogen.sh |