fix(travis): add test and pre-deploy stage
This commit is contained in:
parent
9b52e4c61d
commit
60657b737d
13
.travis.yml
13
.travis.yml
@ -1,8 +1,17 @@
|
||||
services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- make container-go-build
|
||||
jobs:
|
||||
include:
|
||||
- stage: build
|
||||
name: go-build
|
||||
script: make container-go-build
|
||||
- stage: test
|
||||
name: go-test
|
||||
script: make container-go-test
|
||||
- stage: pre-deploy
|
||||
name: rpm-build
|
||||
script: make container-rpm-build
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
Loading…
Reference in New Issue
Block a user