appropriate CPU usage on Travis
This commit is contained in:
parent
88859d5e78
commit
6d9dbe5c43
|
@ -6,7 +6,7 @@ compiler:
|
||||||
- clang
|
- clang
|
||||||
# Just run tests for the core
|
# Just run tests for the core
|
||||||
script:
|
script:
|
||||||
- make PKGS="racket-test"
|
- make CPUS="2" PKGS="racket-test"
|
||||||
- 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/json/json.rkt
|
- racket pkgs/racket-pkgs/racket-test/tests/json/json.rkt
|
||||||
- racket pkgs/racket-pkgs/racket-test/tests/file/main.rkt
|
- racket pkgs/racket-pkgs/racket-test/tests/file/main.rkt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user