www

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

commit d39bbe2c6757ecb399e6b5dc7c00af7f91bc9e1e
parent 8cf29d51d4ddca15a77b2c244ae3a0f34b76452f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Fri, 13 Jan 2017 17:37:31 +0100

Tweaked Travis script

Diffstat:
M.travis.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -57,7 +57,8 @@ script: - echo - mv ~/.racket ~/.racket_1 - echo - - raco pkg install -j 1 --deps search-auto typed-map + - echo "Installing the -lib -test and -doc packages from the catalog" + - raco pkg install -j 1 --deps search-auto ./typed-map - raco test -p typed-map typed-map-lib typed-map-test typed-map-doc - raco setup --check-pkg-deps --pkgs typed-map typed-map-lib typed-map-test typed-map-doc - raco doc-coverage typed-map