remove branches from travis.yml
This commit is contained in:
parent
d1cd82d37a
commit
96663f41ee
1 changed files with 0 additions and 3 deletions
|
@ -40,9 +40,6 @@ script:
|
|||
fi
|
||||
- if [ "$TARGET" == "mac" ]; then yarn build --publish onTag; fi
|
||||
- if [ "$TARGET" == "linux" ]; then yarn --link-duplicates --pure-lockfile && yarn build --linux --publish onTag; fi
|
||||
branches:
|
||||
except:
|
||||
- "/^v\\d+\\.\\d+\\.\\d+$/"
|
||||
addons:
|
||||
artifacts:
|
||||
working_dir: dist
|
||||
|
|
Loading…
Add table
Reference in a new issue