Skip to content

Commit baad659

Browse files
gus-massasamth
authored andcommitted
fix xvfb in travis
1 parent bdd1b4e commit baad659

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ language: c
55
env:
66
- PATH=~/racket/bin:$PATH
77

8+
services:
9+
- xvfb
10+
811
before_install:
9-
- "export DISPLAY=:99.0"
10-
- "sh -e /etc/init.d/xvfb start"
1112
#- curl -L -o installer.sh http://plt.eecs.northwestern.edu/snapshots/current/installers/racket-test-current-x86_64-linux-precise.sh
1213
- curl -L -o installer.sh http://www.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-precise.sh
1314
- sh installer.sh --in-place --dest ~/racket/

0 commit comments

Comments
 (0)