Merge pull request #1081 from asifdxtreme/patch-1

Spit Static check and Coverage in diff Stages of Travis CI
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-08-07 23:06:59 -04:00 committed by GitHub
commit 77c8df55a6

View file

@ -28,6 +28,10 @@ install:
before_script:
- export PATH=$PATH:$PWD/hack/e2e-internal/
script:
- make fmt lint vet cover
#- make test-e2e
jobs:
include:
- stage: Static Check
script: make fmt lint vet
- stage: Coverage
script: make cover
#- make test-e2e