www

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

commit b0efb4777f892e7e3287f3ad207b8b47e69670d1
parent d0cbd1fcc3f17598f76a9db2277ee07c3c9916de
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Sun,  4 Apr 2021 15:36:13 +0100

Revert "debug"

This reverts commit d0cbd1fcc3f17598f76a9db2277ee07c3c9916de.

Diffstat:
M.travis.yml | 35+++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -8,22 +8,22 @@ env: - PATH="$RACKET_DIR/bin:$PATH" matrix: # RACKET_VERSION is an argument to install-racket.sh -# - RACKET_VERSION=6.8 COVER=false -# - RACKET_VERSION=6.9 COVER=true -# - RACKET_VERSION=6.10 COVER=true -# - RACKET_VERSION=6.10.1 COVER=true -# - RACKET_VERSION=6.11 COVER=true -# - RACKET_VERSION=6.12 COVER=true -# - RACKET_VERSION=7.0 COVER=true -# - RACKET_VERSION=7.1 COVER=true -# - RACKET_VERSION=7.2 COVER=true -# - RACKET_VERSION=7.3 COVER=true -# - RACKET_VERSION=7.4 COVER=true -# - RACKET_VERSION=7.5 COVER=true -# - RACKET_VERSION=7.6 COVER=true -# - RACKET_VERSION=7.7 COVER=true -# - RACKET_VERSION=7.8 COVER=true -# - RACKET_VERSION=7.9 COVER=true + - RACKET_VERSION=6.8 COVER=false + - RACKET_VERSION=6.9 COVER=true + - RACKET_VERSION=6.10 COVER=true + - RACKET_VERSION=6.10.1 COVER=true + - RACKET_VERSION=6.11 COVER=true + - RACKET_VERSION=6.12 COVER=true + - RACKET_VERSION=7.0 COVER=true + - RACKET_VERSION=7.1 COVER=true + - RACKET_VERSION=7.2 COVER=true + - RACKET_VERSION=7.3 COVER=true + - RACKET_VERSION=7.4 COVER=true + - RACKET_VERSION=7.5 COVER=true + - RACKET_VERSION=7.6 COVER=true + - RACKET_VERSION=7.7 COVER=true + - RACKET_VERSION=7.8 COVER=true + - RACKET_VERSION=7.9 COVER=true - RACKET_VERSION=8.0 COVER=true - RACKET_VERSION=8.0 RACKET_CS=1 COVER=true - RACKET_VERSION=HEAD COVER=true @@ -33,8 +33,7 @@ before_install: - if $COVER; then raco pkg install --deps search-auto doc-coverage cover cover-codecov; fi # or cover-coveralls install: -- git clone https://github.com/jsmaniac/stxparse-info.git -b main ../stxparse-info -- raco pkg install --deps search-auto -j 2 ../stxparse-info $PWD +- raco pkg install --deps search-auto -j 2 script: - raco test -r -p "$(basename "$TRAVIS_BUILD_DIR")"