Changeset - 669ad29a3fcc
[Not reviewed]
0 1 0
Sergey Pashinin - 11 years ago 2014-08-26 07:42:48
sergey@pashinin.com
start xvfb
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -14,6 +14,8 @@ before_install:
 
  - sudo add-apt-repository -y ppa:cassou/emacs
 
  - sudo apt-get update -qq
 
  - sudo apt-get install -qq $EMACS
 
  - "export DISPLAY=:99.0"
 
  - "sh -e /etc/init.d/xvfb start"
 
install:
 
  - make deps
 
  - if [ "$EMACS" = "emacs23" ]; then
0 comments (0 inline, 0 general)