(ci) Re-enable juniper_hyper testing on nightly.

This commit is contained in:
Christoph Herzog 2019-05-16 21:40:57 +02:00 committed by theduke
parent d47aa990ba
commit 50a5f2a258

View file

@ -3,10 +3,10 @@
# TODO: remove this file completely once the crate compiles again.
[tasks.build-verbose]
condition = { channels = [] }
condition = { channels = ["nightly"] }
[tasks.test-verbose]
condition = { channels = [] }
condition = { channels = ["nightly"] }
[tasks.ci-coverage-flow]
condition = { channels = [] }
condition = { channels = ["nightly"] }