Remove -p option for raco test, remove non-working old versions from .travis.yml

This commit is contained in:
Georges Dupéron 2017-01-07 23:06:11 +01:00
parent 54f951bb8b
commit 984a8b38e0

View File

@ -20,14 +20,6 @@ env:
# Supply more than one RACKET_VERSION (as in the example below) to # Supply more than one RACKET_VERSION (as in the example below) to
# create a Travis-CI build matrix to test against multiple Racket # create a Travis-CI build matrix to test against multiple Racket
# versions. # versions.
- RACKET_VERSION=6.0
- RACKET_VERSION=6.1
- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2
- RACKET_VERSION=6.3
- RACKET_VERSION=6.4
- RACKET_VERSION=6.5
- RACKET_VERSION=6.6
- RACKET_VERSION=6.7 - RACKET_VERSION=6.7
- RACKET_VERSION=HEAD - RACKET_VERSION=HEAD
@ -50,8 +42,8 @@ before_script:
# `raco pkg install --deps search-auto` to install any required # `raco pkg install --deps search-auto` to install any required
# packages without it getting stuck on a confirmation prompt. # packages without it getting stuck on a confirmation prompt.
script: script:
- raco test -x -p tr-immutable - raco test -p tr-immutable
- if test $RACKET_VERSION != 6.0 -a $RACKET_VERSION != 6.1; then raco setup --check-pkg-deps --pkgs tr-immutable; fi - raco setup --check-pkg-deps --pkgs tr-immutable
- raco pkg install --deps search-auto doc-coverage - raco pkg install --deps search-auto doc-coverage
- raco doc-coverage tr-immutable - raco doc-coverage tr-immutable
- raco pkg install --deps search-auto cover cover-codecov - raco pkg install --deps search-auto cover cover-codecov