From a1c97be85b77b693596bdbf749750a3e6f071dcf Mon Sep 17 00:00:00 2001 From: Stephen Chang Date: Thu, 26 Jan 2017 16:25:39 -0500 Subject: [PATCH] fix travis script again --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8776a7b..08283bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,7 @@ before_install: - export PATH="${RACKET_DIR}/bin:${PATH}" install: - - git clone https://github.com/stchang/macrotypes.git - - cd macrotypes - - raco pkg install --auto -n turnstile + - raco pkg install --auto -n turnstile macrotypes/ script: - raco test --package turnstile