From bf470b69d71fcd49dac21ab5662065384690dea8 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Tue, 29 Jan 2013 16:34:13 +0100 Subject: [PATCH] Update travis configuration to build latest indexer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a4543e4ca..8d2029bc21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_script: - sh -c "cd Phraseanet-Extension && phpize && ./configure --quiet && make --quiet && sudo make install" - echo "extension=phrasea2.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - git clone git://github.com/alchemy-fr/Phraseanet-Indexer.git - - sh -c "cd Phraseanet-Indexer && aclocal && automake -a && autoconf && ./configure --quiet && make --quiet && sudo cp phraseanet_indexer /usr/local/bin" + - sh -c "cd Phraseanet-Indexer && autoreconf --force --install && ./configure --quiet && make --quiet && sudo make install" - wget http://pecl.php.net/get/imagick-3.1.0RC2.tgz - tar -xzf imagick-3.1.0RC2.tgz - sh -c "cd imagick-3.1.0RC2 && phpize && ./configure --with-imagick=/usr/local && make && sudo make install"