Set Racket version in yml.
This commit is contained in:
parent
536f1ef1e1
commit
13c07ab947
|
@ -1,5 +1,8 @@
|
||||||
language: racket
|
language: racket
|
||||||
|
|
||||||
|
env:
|
||||||
|
- VERSION=5.3.5
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- chmod u+rx ./install-racket.sh
|
- chmod u+rx ./install-racket.sh
|
||||||
- ./install-racket.sh
|
- ./install-racket.sh
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
set -e
|
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"
|
URL="http://download.racket-lang.org/installers/$VERSION/racket/racket-$VERSION-bin-x86_64-linux-ubuntu-precise.sh"
|
||||||
INSTALL="./racket-$VERSION.sh"
|
INSTALL="./racket-$VERSION.sh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user