Merge pull request #110 from prymitive/cleanups

chore(api): use Go 1.11.1 on Travis CI
This commit is contained in:
Łukasz Mierzwa
2018-10-03 09:15:48 +01:00
committed by GitHub
6 changed files with 2 additions and 20 deletions

1
.npmrc
View File

@@ -1 +0,0 @@
save-exact=true

View File

@@ -1,6 +1,6 @@
defaults_go: &DEFAULTS_GO
language: go
go: "1.11"
go: "1.11.1"
cache:
directories:
- vendor

1
.yarnrc Normal file
View File

@@ -0,0 +1 @@
--add.exact true

View File

@@ -1,7 +1,5 @@
# karma
[![Greenkeeper badge](https://badges.greenkeeper.io/prymitive/karma.svg)](https://greenkeeper.io/)
Alert dashboard for
[Prometheus Alertmanager](https://prometheus.io/docs/alerting/alertmanager/).

View File

@@ -1,9 +0,0 @@
{
"groups": {
"default": {
"packages": [
"ui/package.json"
]
}
}
}

View File

@@ -1,7 +0,0 @@
{
"extends": [
"config:base",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(package)"
]
}