This TRAVIS env var is a flag to turn on/off some things when running tests on Travis CI. A production instance should not depend on that. Moreover, now that Travis is downscaling its support for open source builds, it's likely we will switch stop doing Travis builds at some point.
@tcassaert I guess you enabled this TRAVIS flag to workaround some hardcoded MEP-related behavior. Do you remember what it was, so we can provide a proper configuration option for that?
https://github.com/Open-EO/openeo-geotrellis-kubernetes/blob/29d4600ff46104da69500e829e38860ce9b56178/kubernetes/openeo.yaml#L34
This
TRAVIS
env var is a flag to turn on/off some things when running tests on Travis CI. A production instance should not depend on that. Moreover, now that Travis is downscaling its support for open source builds, it's likely we will switch stop doing Travis builds at some point.@tcassaert I guess you enabled this
TRAVIS
flag to workaround some hardcoded MEP-related behavior. Do you remember what it was, so we can provide a proper configuration option for that?