This commit is contained in:
Greg Hendershott 2013-07-03 00:01:04 -04:00
parent 14c6542b15
commit a5e01673ea
2 changed files with 2 additions and 4 deletions

View File

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

View File

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