Install to /usr/racket

This commit is contained in:
Greg Hendershott 2013-07-02 14:42:26 -04:00
parent e68f332201
commit 62ddbbf702
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
before_install:
- chmod u+rx ./install-racket.sh
- ls -l ./install-racket.sh
- sudo ./install-racket.sh
script:
- raco make main.rkt
- raco test -x .
- /usr/racket/bin/raco make main.rkt
- /usr/racket/bin/raco test -x .

View File

@ -14,7 +14,7 @@ echo "Running Racket installer"
chmod u+rx "$RACKET_INSTALLER"
"$RACKET_INSTALLER" <<EOF
no
4
1
EOF