Revert travis to use latest Indexer build

This commit is contained in:
Romain Neutron
2013-10-24 12:30:34 +02:00
parent 349e84d969
commit 7850cf030c

View File

@@ -35,7 +35,7 @@ before_script:
- sh -c "cd Phraseanet-Extension && phpize && ./configure --quiet && make -j --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 && git checkout 3.10.2.3 && autoreconf --force --install && ./configure --quiet && make -j --quiet && sudo make install"
- sh -c "cd Phraseanet-Indexer && autoreconf --force --install && ./configure --quiet && make -j --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 -j && sudo make install"