commit 984a8b38e0b62db79663d20eea95d3612bcac8af
parent 54f951bb8b128744ee469b77985a5ce31753166f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Sat, 7 Jan 2017 23:06:11 +0100
Remove -p option for raco test, remove non-working old versions from .travis.yml
Diffstat:
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -20,14 +20,6 @@ env:
# Supply more than one RACKET_VERSION (as in the example below) to
# create a Travis-CI build matrix to test against multiple Racket
# 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=HEAD
@@ -50,8 +42,8 @@ before_script:
# `raco pkg install --deps search-auto` to install any required
# packages without it getting stuck on a confirmation prompt.
script:
- - raco test -x -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 test -p tr-immutable
+ - raco setup --check-pkg-deps --pkgs tr-immutable
- raco pkg install --deps search-auto doc-coverage
- raco doc-coverage tr-immutable
- raco pkg install --deps search-auto cover cover-codecov