fix travis build

This commit is contained in:
Shuhei Tanuma 2013-02-27 02:07:12 +09:00
parent 2081b0d459
commit 0c9e917dfa

View File

@ -5,7 +5,7 @@ php:
- 5.4
before_script:
- cd libuv && make -s && cd ..
- cd libuv && make libuv.a CFLAGS=-fPIC -s && cd ..
- phpize && ./configure && make && sudo make install
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`