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)
This commit is contained in:
Felix Bünemann 2016-05-09 12:29:23 +02:00
parent 143593d6a6
commit 4640aab388
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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