Removed 'bundled' submodule and updated Travis

This commit is contained in:
Tjerk Meesters 2014-08-20 18:43:06 +08:00
parent 424faaecdd
commit b06dac0603
3 changed files with 1 additions and 6 deletions

4
.gitmodules vendored
View File

@ -1,7 +1,3 @@
[submodule "libuv"]
path = libuv
url = https://github.com/joyent/libuv.git
ignore = dirty
[submodule "http-parser"]
path = http-parser
url = https://github.com/joyent/http-parser.git

View File

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

1
libuv

@ -1 +0,0 @@
Subproject commit 375ebce068555f0ca8151b562edb5f1b263022db