From 1da0becb0fe46fc7bb1f26f083d658a2be671a1c Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 15 Feb 2020 19:22:27 -0800 Subject: [PATCH] Rename 'Test' stage --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff057a4..6a6c435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ services: jobs: include: - - stage: Test + - stage: Build binaries + + # This must weirdly not have a dash, otherwise an empty job is created env: BUILD=linux - env: BUILD=windows - env: BUILD=armv6hf