From e07b456b70fa966c17a57f39794cf257f070aa33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 15 Jan 2016 16:14:35 +0100 Subject: [PATCH] Adjusted texlive dependency, changed url to lighter version of DrRacket, which lacks the self-tests. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f06b6c0..f16c0814 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: