Add /usr/racket/bin to PATH

This commit is contained in:
Greg Hendershott 2013-07-02 23:57:19 -04:00
parent 28ddbd90eb
commit 14c6542b15
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ install:
before_script:
script:
- /usr/racket/bin/raco make main.rkt
- /usr/racket/bin/raco test -x .
- raco make main.rkt
- raco test -x .
after_script:

View File

@ -14,4 +14,6 @@ no
EOF
export PATH=$PATH:/usr/racket/bin
exit 0