Update .travis.yml

This commit is contained in:
AlexKnauth 2014-07-18 22:45:32 -04:00
parent 1ab0a782c1
commit 6831051dab

View File

@ -4,10 +4,9 @@ env:
- RACKET_VERSION=HEAD
before_install:
- cd ..
- 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
- /usr/racket/bin/raco pkg install --deps search-auto rackjure
install: