1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Move travis coroutine check to cron only.

This commit is contained in:
Samuel Williams 2019-07-20 19:44:49 +12:00
parent e7b5b9144a
commit c584dd8460
No known key found for this signature in database
GPG key ID: A0765423A44728FB

View file

@ -159,14 +159,14 @@ env:
- &WITH_COROUTINE_UCONTEXT
name: COROUTINE=ucontext
<<: *linux
# <<: *cron-only
<<: *cron-only
env:
- CONFIG_FLAG='--with-coroutine=ucontext'
- &WITH_COROUTINE_COPY
name: COROUTINE=copy
<<: *linux
# <<: *cron-only
<<: *cron-only
env:
- CONFIG_FLAG='--with-coroutine=copy'