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 bdd1b4e commit baad659Copy full SHA for baad659
.travis.yml
@@ -5,9 +5,10 @@ language: c
5
env:
6
- PATH=~/racket/bin:$PATH
7
8
+services:
9
+- xvfb
10
+
11
before_install:
-- "export DISPLAY=:99.0"
-- "sh -e /etc/init.d/xvfb start"
12
#- curl -L -o installer.sh http://plt.eecs.northwestern.edu/snapshots/current/installers/racket-test-current-x86_64-linux-precise.sh
13
- curl -L -o installer.sh http://www.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-precise.sh
14
- sh installer.sh --in-place --dest ~/racket/
0 commit comments