forked from prometheus/prometheus
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from talIguaz/dev-to-master
Dev --> master
- Loading branch information
Showing
2,478 changed files
with
545,962 additions
and
134,376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
sudo: false | ||
|
||
language: go | ||
|
||
# Whenever the Go version is updated here, .circleci/config.yml should also be | ||
# updated. | ||
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml | ||
# should also be updated. | ||
go: | ||
- 1.10.x | ||
- 1.11.x | ||
|
||
go_import_path: github.com/prometheus/prometheus | ||
|
||
script: | ||
- make check_license style unused test staticcheck | ||
- GO111MODULE=on travis_retry go mod download | ||
- make check_license style unused test staticcheck check_assets | ||
- git diff --exit-code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.