Re-enable reasonable Travis setup.
This commit is contained in:
parent
9f659c7df3
commit
d40e7ac4c4
|
@ -5,14 +5,12 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
# Just run tests for the core
|
# Just run tests for the core
|
||||||
# Note: This is currently not well set-up because `racket-test`
|
|
||||||
# depends on lots of things.
|
|
||||||
script:
|
script:
|
||||||
- make CPUS="2" PKGS="eli-tester db-test unstable-debug-lib unstable-flonum-lib unstable-macro-testing-lib compiler-lib sandbox-lib compatibility-lib pconvert-lib net-lib web-server-lib rackunit-lib at-exp-lib"
|
- make CPUS="2" PKGS="racket-test db-test unstable-flonum-lib"
|
||||||
# - racket -f pkgs/racket-pkgs/racket-test/tests/racket/quiet.rktl
|
- racket -f pkgs/racket-pkgs/racket-test/tests/racket/quiet.rktl
|
||||||
- racket pkgs/racket-pkgs/racket-test/tests/racket/contract/all.rkt
|
- racket pkgs/racket-pkgs/racket-test/tests/racket/contract/all.rkt
|
||||||
- raco test pkgs/racket-pkgs/racket-test/tests/json/json.rkt
|
- raco test pkgs/racket-pkgs/racket-test/tests/json/json.rkt
|
||||||
# - raco test pkgs/racket-pkgs/racket-test/tests/file/main.rkt
|
- raco test pkgs/racket-pkgs/racket-test/tests/file/main.rkt
|
||||||
- raco test pkgs/racket-pkgs/racket-test/tests/net/head.rkt
|
- raco test pkgs/racket-pkgs/racket-test/tests/net/head.rkt
|
||||||
- raco test pkgs/racket-pkgs/racket-test/tests/net/uri-codec.rkt
|
- raco test pkgs/racket-pkgs/racket-test/tests/net/uri-codec.rkt
|
||||||
- raco test pkgs/racket-pkgs/racket-test/tests/net/url.rkt
|
- raco test pkgs/racket-pkgs/racket-test/tests/net/url.rkt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user