Skip to content

Commit a579a4a

Browse files
committed
fix(travis): Only trigger branch builds for master
Signed-off-by: Ingo Bürk <ingo.buerk@tngtech.com>
1 parent 5ff3d94 commit a579a4a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: node_js
22
dist: trusty
33
node_js:
44
- lts/*
5+
branches:
6+
only:
7+
- master
58
notifications:
69
email:
710
on_success: change
@@ -15,4 +18,4 @@ script:
1518
- yarn run demo:build:prod
1619
- yarn run api-docs:build
1720
after_success:
18-
- yarn run codecov
21+
- yarn run codecov

0 commit comments

Comments
 (0)