Skip to content

Commit 88d37e6

Browse files
committed
Add php5-xdebug to travis install
1 parent 6b00ee5 commit 88d37e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rvm: 1.9.3
66
notifications:
77
irc: "irc.freenode.org#vdebug"
88
before_install:
9-
- sudo apt-get update && sudo apt-get install vim-gtk php5-cli
9+
- sudo apt-get update && sudo apt-get install vim-gtk php5-cli php5-xdebug
1010
before_script:
1111
- "export DISPLAY=:99.0"
1212
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)