'Copy build config' for JSON config puts '[object Object]' into the clipboard

When I press ‘Copy build config’ in the JSON variant of the build config, it puts ‘[object Object]’ into the clipboard instead of the JSON config.


Seen on https://travis-ci.org/github/Ionaru/eve-utils/builds/681034748/config

Slightly unrelated: What is the JSON build config for? Can I also serve a .travis.json as build config to the system now? That would be really nice :slight_smile:

2 Likes

Thanks for the report. We’ll look into the issue with [object Object].

No. We only read .travis.yml. As JSON is a subset of YAML, if you want to use the JSON structure in YAML, you can do that.

1 Like