Skip to content

Commit 560809e

Browse files
committed
branch builds only for master and tags
1 parent 36afaf6 commit 560809e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ install:
3333
script:
3434
- bash scripts/test.sh
3535

36+
branches:
37+
only:
38+
- master
39+
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
40+
3641
before_deploy:
3742
- sudo apt update
3843
# javascript dependencies

0 commit comments

Comments
 (0)