mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
Merge pull request #110 from prymitive/cleanups
chore(api): use Go 1.11.1 on Travis CI
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
defaults_go: &DEFAULTS_GO
|
||||
language: go
|
||||
go: "1.11"
|
||||
go: "1.11.1"
|
||||
cache:
|
||||
directories:
|
||||
- vendor
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# karma
|
||||
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
Alert dashboard for
|
||||
[Prometheus Alertmanager](https://prometheus.io/docs/alerting/alertmanager/).
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"groups": {
|
||||
"default": {
|
||||
"packages": [
|
||||
"ui/package.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base",
|
||||
":semanticCommitTypeAll(chore)",
|
||||
":semanticCommitScope(package)"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user