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:
parent
e7b5b9144a
commit
c584dd8460
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue