www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 26be9578c3d5e2061cf1fa05e42b5f1f6efbcac7
parent 84e91e3fbf9e9e4e71efb3efc29c7f9cdb2ce19a
Author: AlexKnauth <alexander@knauth.org>
Date:   Wed, 16 Jul 2014 08:45:15 -0400

Update .travis.yml
Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -8,7 +8,7 @@ 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 -- /usr/racket/bin/raco pkg install rackjure --deps search-auto +- /usr/racket/bin/raco pkg install --deps search-auto rackjure install: