|
|
@ -38,12 +38,12 @@ before_install:
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- cd .. # Travis did a cd into the dir. Back up, for the next:
|
|
|
|
- cd .. # Travis did a cd into the dir. Back up, for the next:
|
|
|
|
# don't rely on package server
|
|
|
|
# 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
|
|
|
|
- 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 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
|
|
|
|
|
|
|
|
- raco test -p 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
|
|
|
|
- travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=brag
|
|
|
|
- raco test -p 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
|
|
|
|
- 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
|
|
|
|
- raco test -p beautiful-racket-demo
|
|
|
|
- travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket
|
|
|
|
- travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket
|
|
|
|