Skip to content

Commit bee4d53

Browse files
committed
merge branch from v0.8.0
1 parent 2cb934d commit bee4d53

File tree

2,932 files changed

+707519
-140107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,932 files changed

+707519
-140107
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/*.tar.gz
55
ci.env
66
pr.env
7+
junit*.xml

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ sudo: required
44
dist: trusty
55
language: go
66
go:
7-
- "1.9"
8-
- "1.10"
97
- "1.11"
108
- "1.12"
119
- master
10+
env:
11+
- GO111MODULE=on
1212
services:
1313
- docker
1414
before_install:
@@ -21,3 +21,11 @@ install:
2121
script:
2222
- make
2323
- make test
24+
- make clean && BUILD_TAGS="disable_custom_plugin_monitor" make
25+
- BUILD_TAGS="disable_custom_plugin_monitor" make test
26+
- make clean && BUILD_TAGS="disable_system_log_monitor" make
27+
- BUILD_TAGS="disable_system_log_monitor" make test
28+
- make clean && BUILD_TAGS="disable_system_stats_monitor" make
29+
- BUILD_TAGS="disable_system_stats_monitor" make test
30+
- make clean && BUILD_TAGS="disable_stackdriver_exporter" make
31+
- BUILD_TAGS="disable_stackdriver_exporter" make test

0 commit comments

Comments
 (0)