Skip to content

Commit

Permalink
docs(travis): build on all branches by default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
prokopsimek authored and gr2m committed Jan 20, 2020
1 parent 8c0490d commit 31e7876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/recipes/travis.md
Expand Up @@ -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
```

0 comments on commit 31e7876

Please sign in to comment.