Skip to content

Commit

Permalink
Enabled make check in travis. (#608)
Browse files Browse the repository at this point in the history
* Enabled make check in travis.

* Upgrade to go 1.12.5 for travis.
  • Loading branch information
gyliu513 authored and k8s-ci-robot committed May 29, 2019
1 parent 8d77fa5 commit 6a484f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: go

go:
- "1.10"
- "1.11"
- "1.12"
- "1.12.5"

go_import_path: github.com/kubeflow/katib

Expand All @@ -17,5 +15,6 @@ install:
- go get github.com/mattn/goveralls

script:
- make check
- make test
- goveralls -coverprofile=coverage.out

0 comments on commit 6a484f6

Please sign in to comment.