remove branches from travis.yml

This commit is contained in:
Sean Yesmunt 2018-06-26 10:16:16 -04:00
parent d1cd82d37a
commit 96663f41ee

View file

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