diff --git a/.travis.yml b/.travis.yml index d55b917..10cb885 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,13 @@ services: jobs: include: - - stage: build + - stage: "build" name: go-build script: make container-go-build - - stage: test + - stage: "test" name: go-test script: make container-go-test - - stage: pre-deploy + - stage: "pre-deploy" name: rpm-build script: make container-rpm-build