mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-27 04:24:45 +01:00
fix travis build
This commit is contained in:
parent
2081b0d459
commit
0c9e917dfa
@ -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*||"`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user