blob: b21e68d1c2306cfd359be43d8314cbe1a78de78c (
plain) (
blame)
1
2
3
4
5
6
7
|
// This is a relaxed JSON format, you can have comments in it.
// This is a list of configuration for the job that does not specify a configuration.
[
{"node": "linux-x86_64"},
{"node": "ubuntu_16.04-x86_64"},
{"node": "darwin-x86_64"}
]
|