Install deps on travis.

This commit is contained in:
Sam Tobin-Hochstadt 2014-12-09 19:41:10 -05:00
parent ca3007ea91
commit 9defa4b492

View File

@ -12,7 +12,7 @@ install:
- echo file://`pwd`/pkgs-catalog/ > catalog-config.txt
- raco pkg config catalogs >> catalog-config.txt
- raco pkg config --set catalogs `cat catalog-config.txt`
- raco pkg install typed-racket typed-racket-test
- raco pkg install --deps search-auto typed-racket typed-racket-test
script:
- racket -l tests/typed-racket/run --all