Special case 5.92
This commit is contained in:
parent
118ab5468b
commit
e943dff124
|
@ -11,10 +11,12 @@ language: c
|
|||
env:
|
||||
- RACKET_VERSION=5.3.4
|
||||
- RACKET_VERSION=5.3.5
|
||||
- RACKET_VERSION=5.92
|
||||
- RACKET_VERSION=HEAD
|
||||
|
||||
before_install:
|
||||
- curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.3/install-racket.sh | sh
|
||||
# - curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.3/install-racket.sh | sh
|
||||
- curl https://raw.github.com/greghendershott/travis-racket/master/install-racket.sh | sh
|
||||
|
||||
install:
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@ set -e
|
|||
|
||||
if [ "$RACKET_VERSION" = "HEAD" ]; then
|
||||
URL="http://www.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-precise.sh"
|
||||
elif [ "$RACKET_VERSION" = "5.92" ]; then
|
||||
URL="http://download.racket-lang.org/installers/5.92/racket-5.92-x86_64-linux-ubuntu-quantal.sh"
|
||||
else
|
||||
URL="http://download.racket-lang.org/installers/${RACKET_VERSION}/racket/racket-${RACKET_VERSION}-bin-x86_64-linux-debian-squeeze.sh"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user