travis: install from git rather than through pkg server

This commit is contained in:
Stephen Chang 2017-01-26 16:19:27 -05:00
parent 6707945a29
commit 3c6c2f9f48

View File

@ -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