Merge pull request #1412 from agonzalezro/remove-travis-steps

Remove unneeded/repeated Travis steps
This commit is contained in:
Daniel J Walsh 2018-03-04 10:57:24 -05:00 committed by GitHub
commit 5ff4fdbe0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,23 +32,18 @@ jobs:
- make .gitvalidation
- make gofmt
- make lint
- make testunit
- make docs
- make
go: 1.8.x
go: tip
- stage: Build and Verify
script:
- make .gitvalidation
- make gofmt
- make lint
- make testunit
- make docs
- make
go: 1.8.x
- script:
- make testunit
- make
go: 1.9.x
- script:
- make .gitvalidation
- make testunit
- make docs
- make
go: tip
- stage: Integration Test