Skip to content

Commit 994449f

Browse files
committed
Add xdebug ini setting for travis tests
1 parent 2dac037 commit 994449f

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
@@ -5,7 +5,9 @@ python:
55
rvm: 1.9.3
66
notifications:
77
irc: "irc.freenode.org#vdebug"
8-
before_install: sudo apt-get update && sudo apt-get install vim-gtk php5-cli
8+
before_install:
9+
- sudo apt-get update && sudo apt-get install vim-gtk php5-cli
10+
- sudo echo "xdebug.remote_enable=1" >> /etc/php5/cli/php.ini
911
before_script:
1012
- "export DISPLAY=:99.0"
1113
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)