Adjusted texlive dependency, changed url to lighter version of DrRacket, which lacks the self-tests.
This commit is contained in:
parent
9596d73994
commit
e07b456b70
|
@ -5,13 +5,13 @@ language: c
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- texlive-base
|
||||
- texlive-latex-base
|
||||
|
||||
env:
|
||||
- PATH=~/racket/bin:$PATH
|
||||
|
||||
before_install:
|
||||
- curl -L -o installer.sh http://plt.eecs.northwestern.edu/snapshots/current/installers/racket-test-current-x86_64-linux-precise.sh
|
||||
- curl -L -o installer.sh http://www.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-precise.sh
|
||||
- sh installer.sh --in-place --dest ~/racket/
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue
Block a user