Update .travis.yml

This commit is contained in:
AlexKnauth 2014-07-16 08:30:46 -04:00
parent 07837048b8
commit bf7848cb99

View File

@ -7,6 +7,7 @@ env:
before_install:
- git clone https://github.com/greghendershott/travis-racket.git
- cat travis-racket/install-racket.sh | bash # pipe to bash not sh!
- /usr/racket/bin/raco pkg config --set catalogs http://pkgs.racket-lang.org http://planet-compats.racket-lang.org
install: