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 - &WITH_COROUTINE_UCONTEXT
name: COROUTINE=ucontext name: COROUTINE=ucontext
<<: *linux <<: *linux
# <<: *cron-only <<: *cron-only
env: env:
- CONFIG_FLAG='--with-coroutine=ucontext' - CONFIG_FLAG='--with-coroutine=ucontext'
- &WITH_COROUTINE_COPY - &WITH_COROUTINE_COPY
name: COROUTINE=copy name: COROUTINE=copy
<<: *linux <<: *linux
# <<: *cron-only <<: *cron-only
env: env:
- CONFIG_FLAG='--with-coroutine=copy' - CONFIG_FLAG='--with-coroutine=copy'