travis: install from git rather than through pkg server
This commit is contained in:
parent
6707945a29
commit
3c6c2f9f48
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user