Skip to content

Commit d8ec29b

Browse files
authored
Add indicators for travis-ci.json (#235)
* Add indicators for travis-ci (#209) * lint
1 parent aeb99d3 commit d8ec29b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

data/software-tools/travis-ci.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,24 @@
88
},
99
"description": "Continuous integration service that automates testing and deployment of research software projects hosted on GitHub, improving software reliability and maintainability through automated quality checks.",
1010
"hasQualityDimension": [
11-
{ "@id": "dim:maintainability", "@type": "@id" },
12-
{ "@id": "dim:reliability", "@type": "@id" }
11+
{
12+
"@id": "dim:maintainability",
13+
"@type": "@id"
14+
},
15+
{
16+
"@id": "dim:reliability",
17+
"@type": "@id"
18+
}
1319
],
1420
"howToUse": ["CI/CD", "online-service"],
1521
"isAccessibleForFree": true,
1622
"license": "https://spdx.org/licenses/MIT",
1723
"name": "Travis CI",
18-
"url": "https://travis-ci.com/"
24+
"url": "https://travis-ci.com/",
25+
"improvesQualityIndicator": [
26+
{
27+
"@id": "https://w3id.org/everse/i/indicators/repository_workflows",
28+
"@type": "@id"
29+
}
30+
]
1931
}

0 commit comments

Comments
 (0)