docs(travis): build on all branches by default

If you want to have more prereleases than default so you have to enable deploy on all branches. ref.: https://docs.travis-ci.com/user/deployment#examples-of-conditional-deployment
This commit is contained in:
Prokop Simek 2020-01-20 16:44:05 +01:00 committed by Gregor Martynus
parent 8c0490d057
commit 31e78767d9

View File

@ -92,4 +92,6 @@ jobs:
# Use nvm to install and use the Node LTS version (nvm is installed on all Travis images)
- nvm install lts/*
- npx semantic-release
on:
all_branches: true
```