From 0f576805ac0ff572f8be7f3718fa048aa2e84d94 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 30 Jan 2017 14:16:42 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b52a297..9c141f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,12 +38,12 @@ before_install: script: - cd .. # Travis did a cd into the dir. Back up, for the next: # don't rely on package server - - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket-lib - - raco test -p beautiful-racket-lib - - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=br-parser-tools/br-parser-tools + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=br-parser-tools/br-parser-tools-lib - raco test -p br-parser-tools-lib - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=brag - raco test -p brag + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket-lib + - raco test -p beautiful-racket-lib - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket-demo - raco test -p beautiful-racket-demo - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket