|
|
@ -33,5 +33,7 @@ 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:
|
|
|
|
|
|
|
|
# manually install `beautiful-racket-lib` to catch most recent updates
|
|
|
|
|
|
|
|
- travis_retry raco pkg install --deps search-auto git://github.com/mbutterick/beautiful-racket-lib
|
|
|
|
- travis_retry raco pkg install --deps search-auto --link beautiful-racket
|
|
|
|
- travis_retry raco pkg install --deps search-auto --link beautiful-racket
|
|
|
|
- raco test -p beautiful-racket
|
|
|
|
- raco test -p beautiful-racket
|
|
|
|