Skip to content

Commit bfb5a6a

Browse files
committed
ci: only run Travis builds for 'master' and 'next' on push
1 parent ffc1879 commit bfb5a6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: node_js
33
cache: yarn
44
notifications:
55
email: false
6+
branches:
7+
only:
8+
- master
9+
- next
610
node_js:
711
- node
812
- v12

0 commit comments

Comments
 (0)