Skip to content

Commit 8b5ffcf

Browse files
committed
Added 5.4 and 5.5 as targets, quiet the 'apt-get update' command
1 parent c8aae42 commit 8b5ffcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

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

33
php:
4+
- 5.4
5+
- 5.5
46
- 5.6
57

68
before_script:
79
- sudo apt-add-repository -y ppa:linuxjedi/ppa
8-
- sudo apt-get update
10+
- sudo apt-get update -qq
911
- sudo apt-get -y install libuv-dev
1012
- phpize && ./configure --with-uv --enable-httpparser && make && sudo make install
1113
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

0 commit comments

Comments
 (0)