commit 23f903c3bc14680f884815c69585a2b9b89ab2ee parent 2f3444927dbf882eb1f6a9b4337b461a1bb770fa Author: Georges Dupéron <georges.duperon@gmail.com> Date: Sun, 4 Sep 2016 21:42:42 +0200 Fixed .travis.yml for v. 6.0 Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -40,7 +40,7 @@ before_install: install: - raco pkg install --deps search-auto - - raco setup --check-pkg-deps --pkgs typed-struct-props + - if test "$RACKET_VERSION" != "6.0"; then raco setup --check-pkg-deps --pkgs typed-struct-props; fi before_script: