Merge pull request #1412 from agonzalezro/remove-travis-steps
Remove unneeded/repeated Travis steps
This commit is contained in:
commit
5ff4fdbe0e
1 changed files with 5 additions and 10 deletions
15
.travis.yml
15
.travis.yml
|
@ -32,23 +32,18 @@ jobs:
|
||||||
- make .gitvalidation
|
- make .gitvalidation
|
||||||
- make gofmt
|
- make gofmt
|
||||||
- make lint
|
- make lint
|
||||||
- make testunit
|
go: tip
|
||||||
- make docs
|
|
||||||
- make
|
|
||||||
go: 1.8.x
|
|
||||||
- stage: Build and Verify
|
- stage: Build and Verify
|
||||||
script:
|
script:
|
||||||
- make .gitvalidation
|
|
||||||
- make gofmt
|
|
||||||
- make lint
|
|
||||||
- make testunit
|
- make testunit
|
||||||
- make docs
|
- make
|
||||||
|
go: 1.8.x
|
||||||
|
- script:
|
||||||
|
- make testunit
|
||||||
- make
|
- make
|
||||||
go: 1.9.x
|
go: 1.9.x
|
||||||
- script:
|
- script:
|
||||||
- make .gitvalidation
|
|
||||||
- make testunit
|
- make testunit
|
||||||
- make docs
|
|
||||||
- make
|
- make
|
||||||
go: tip
|
go: tip
|
||||||
- stage: Integration Test
|
- stage: Integration Test
|
||||||
|
|
Loading…
Reference in a new issue