aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index ce0d31a..80f2bc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,14 +21,14 @@ install:
- sudo systemctl restart docker
jobs:
+ fast_finish: true
+
include:
- name: Build native images
script: make docker/build
- name: Build native images using Compose
script: sudo make compose/install && make compose/build
- - name: Build multi-arch images
- if: branch != master
- script: make buildx/create && make buildx/build
- - name: Build & publish multi-arch images
+ - stage: deploy
+ name: Build & publish multi-arch images
if: branch = master
script: make login && make buildx/create && make buildx/push