Fixed .travis.yml for v. 6.0

This commit is contained in:
Georges Dupéron 2016-09-04 21:42:42 +02:00
parent 2f3444927d
commit 23f903c3bc

View File

@ -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: