From 3c6c2f9f487db85a236e7156494a886db36a44d1 Mon Sep 17 00:00:00 2001 From: Stephen Chang Date: Thu, 26 Jan 2017 16:19:27 -0500 Subject: [PATCH] travis: install from git rather than through pkg server --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ba43df..8776a7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,10 @@ before_install: - export PATH="${RACKET_DIR}/bin:${PATH}" install: - - raco pkg install --auto turnstile + - git clone https://github.com/stchang/macrotypes.git + - cd macrotypes + - raco pkg install --auto -n turnstile script: - - raco test -p turnstile + - raco test --package turnstile - raco setup