www

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

commit 501a9286359d577eb183a7e5b71a26db3769926e
parent df95473d10ec309eb977d3822c9265d2a3d25f67
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Fri, 13 Jan 2017 17:46:52 +0100

Install the package from the catalog, to check that the paths etc. are OK

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

diff --git a/.travis.yml b/.travis.yml @@ -57,8 +57,8 @@ script: - echo - mv ~/.racket ~/.racket_1 - echo - - echo "Installing the -lib -test and -doc packages from the catalog" - - raco pkg install -j 1 --deps search-auto ./typed-map + - echo "Installing the package 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