Skip to content

Commit b06dac0

Browse files
committed
Removed 'bundled' submodule and updated Travis
1 parent 424faae commit b06dac0

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[submodule "libuv"]
2-
path = libuv
3-
url = https://github.com/joyent/libuv.git
4-
ignore = dirty
51
[submodule "http-parser"]
62
path = http-parser
73
url = https://github.com/joyent/http-parser.git

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 5.5
77

88
before_script:
9-
- cd libuv && make libuv.a CFLAGS=-fPIC -s && cd ..
9+
- sudo apt-get install libuv-devel
1010
- phpize && ./configure && make && sudo make install
1111
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
1212

libuv

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)