From 8ffcf97070953be991ee6730236593c864e7ba28 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 26 Mar 2014 14:11:41 -0700 Subject: [PATCH] Correct resolution of typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aeba15d44..bbff6391b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ install: # - "sudo apt-get install python-tk" # webp - - pushd depends && ./install_web.sh && popd + - pushd depends && ./install_webp.sh && popd # openjpeg - pushd depends && ./install_openjpeg.sh && popd