Browse Source

travis: do not run test stages on tag (#2052)

master
Max Prokhorov 4 years ago
committed by GitHub
parent
commit
987e343fdb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml View File

@ -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:


Loading…
Cancel
Save