From b7e0f15b8926284063e3cf8215feb5f27b7b7942 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 2 Apr 2015 09:57:05 -0700 Subject: [PATCH] Use my fork of travis-racket --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54f19c8..548c58b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,11 +15,11 @@ matrix: fast_finish: true before_install: - - git clone https://github.com/greghendershott/travis-racket.git + - git clone https://github.com/mbutterick/travis-racket.git - cat travis-racket/install-racket.sh | bash # pipe to bash not sh! - export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us script: - cd .. # Travis did a cd into the dir. Back up, for the next: - raco pkg install --deps search-auto --link txexpr - - raco test -p txexpr \ No newline at end of file + - raco test -p txexpr