From 1216a31b49f818c87dfa6c0663acea63f8a05ad8 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Thu, 27 Feb 2014 09:45:27 -0500 Subject: [PATCH] Switch example back to using release not raw. --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5a4f2d..a895d21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,8 @@ env: - RACKET_VERSION=HEAD before_install: -# Temporarily use raw.github.com to test this. After tests OK, will -# make a v0.5 and change this back to be an example of the right way -# to do this. -- curl https://raw.github.com/greghendershott/travis-racket/master/install-racket.sh | bash -# - curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.4/install-racket.sh | bash +# Note: Important to pipe this to `bash` not to `sh`. +- curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.5/install-racket.sh | bash install: