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: