www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a1c97be85b77b693596bdbf749750a3e6f071dcf
parent 3c6c2f9f487db85a236e7156494a886db36a44d1
Author: Stephen Chang <stchang@ccs.neu.edu>
Date:   Thu, 26 Jan 2017 16:25:39 -0500

fix travis script again

Diffstat:
M.travis.yml | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -18,9 +18,7 @@ before_install: - export PATH="${RACKET_DIR}/bin:${PATH}" install: - - git clone https://github.com/stchang/macrotypes.git - - cd macrotypes - - raco pkg install --auto -n turnstile + - raco pkg install --auto -n turnstile macrotypes/ script: - raco test --package turnstile