We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dac037 commit 994449fCopy full SHA for 994449f
.travis.yml
@@ -5,7 +5,9 @@ python:
5
rvm: 1.9.3
6
notifications:
7
irc: "irc.freenode.org#vdebug"
8
-before_install: sudo apt-get update && sudo apt-get install vim-gtk php5-cli
+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
11
before_script:
12
- "export DISPLAY=:99.0"
13
- "sh -e /etc/init.d/xvfb start"
0 commit comments