From 4640aab38825de8536e24b16d5c86961cc895da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Mon, 9 May 2016 12:29:23 +0200 Subject: [PATCH] Test against system libwebp on Travis CI * Dropped custom ppa used only for libwebp backport * Dropped lossless test from `make check` (not supported in 0.1.3) --- .travis.yml | 1 - test/test_formats.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ca5238d..3852c822 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: cpp before_install: - - sudo add-apt-repository ppa:lyrasis/precise-backports -y - sudo apt-get update -qq - sudo apt-get install automake gtk-doc-tools - sudo apt-get install gobject-introspection diff --git a/test/test_formats.sh b/test/test_formats.sh index bce44af1..c44ce02e 100755 --- a/test/test_formats.sh +++ b/test/test_formats.sh @@ -192,7 +192,6 @@ if test_supported jpegload; then fi if test_supported webpload; then test_format $image webp 90 - test_format $image webp 0 [lossless] fi test_format $image ppm 0 test_format $image pfm 0