Set Racket version in yml.

This commit is contained in:
Greg Hendershott 2013-07-02 18:55:50 -04:00
parent 536f1ef1e1
commit 13c07ab947
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
language: racket
env:
- VERSION=5.3.5
before_install:
- chmod u+rx ./install-racket.sh
- ./install-racket.sh

View File

@ -1,6 +1,6 @@
set -e
VERSION=5.3.5
# VERSION=5.3.5
URL="http://download.racket-lang.org/installers/$VERSION/racket/racket-$VERSION-bin-x86_64-linux-ubuntu-precise.sh"
INSTALL="./racket-$VERSION.sh"