From 987e343fdb47cc13b3c15c3ec326a1d776243920 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Mon, 9 Dec 2019 09:11:03 +0300 Subject: [PATCH] travis: do not run test stages on tag (#2052) --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0edf733d..fc6fc382 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,10 @@ env: script: - ./travis_script.sh stages: -- name: Test +- name: Test WebUI + if: tag IS NOT present +- name: Test PlatformIO Build + if: tag IS NOT present - name: Release if: tag IS present AND tag =~ ^\d+\.\d+\.\d+$ jobs: