diff options
Diffstat (limited to '.travis.yml')
-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 |