Skip to content

Commit 3beb671

Browse files
committed
Updated Travis configuration to work with --with-uv[=DIR]
1 parent 90f12cb commit 3beb671

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
4+
- 5.6
75

86
before_script:
9-
- sudo apt-get install libuv-devel
10-
- phpize && ./configure && make && sudo make install
7+
- sudo apt-add-repository -y ppa:linuxjedi/ppa
8+
- sudo apt-get update
9+
- sudo apt-get -y install libuv-dev
10+
- phpize && ./configure --with-uv && make && sudo make install
1111
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
1212

1313
notifications:

0 commit comments

Comments
 (0)