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