-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also update to the latest version of Makefile.common. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
- Loading branch information
1 parent
7a3416f
commit bf857fa
Showing
2 changed files
with
8 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
sudo: false | ||
|
||
language: go | ||
# Supported Go versions are synced with github.com/prometheus/client_golang. | ||
go: | ||
- 1.7.x | ||
- 1.8.x | ||
- 1.9.x | ||
- 1.10.x | ||
- 1.11.x | ||
- 1.12.x | ||
|
||
script: | ||
- make test | ||
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(11)\. ]]; then make style; fi | ||
# style is only checked against the latest supported Go version. | ||
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(12)\. ]]; then make style; fi |
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