.travis.yml: Only build the main and prod-beta branch

This avoids double builds on the npm-update PRs.
This commit is contained in:
Sanne Raymaekers 2021-09-09 11:37:17 +02:00
parent 08a949957e
commit fb862bfaa9

View file

@ -1,5 +1,9 @@
language: node_js
sudo: required
branches:
only:
- main
- prod-beta
notifications:
email: false
node_js: