Disable pkg tests on Travis.

They take approximately 20 minutes, which causes regular timeouts.
Disabling them will make our testing much more predicatable, and
the number of issues found is very small.
This commit is contained in:
Sam Tobin-Hochstadt 2017-06-22 13:33:03 -04:00
parent f8c7feaf88
commit d3787775f1

View File

@ -31,7 +31,6 @@ before_script:
script: script:
- make CPUS="2" PKGS="racket-test db-test unstable-flonum-lib net-test" CONFIGURE_ARGS_qq="$RACKET_CONFIGURE_ARGS" - make CPUS="2" PKGS="racket-test db-test unstable-flonum-lib net-test" CONFIGURE_ARGS_qq="$RACKET_CONFIGURE_ARGS"
- raco test -l tests/racket/test - raco test -l tests/racket/test
- racket -l tests/pkg/test -- -q
- racket -l tests/racket/contract/all - racket -l tests/racket/contract/all
- raco test -l tests/json/json - raco test -l tests/json/json
- raco test -l tests/file/main - raco test -l tests/file/main