commit 3c6c2f9f487db85a236e7156494a886db36a44d1 parent 6707945a296cefdc31b2689b66d41bd26d8dede6 Author: Stephen Chang <stchang@ccs.neu.edu> Date: Thu, 26 Jan 2017 16:19:27 -0500 travis: install from git rather than through pkg server Diffstat:
| M | .travis.yml | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git 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