Skip to content

Commit c607ee3

Browse files
committed
chore(build): only build master 🏢
We only want to build master on travis
1 parent fc95daa commit c607ee3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: node_js
33
cache:
44
directories:
55
- node_modules
6+
branches:
7+
only:
8+
- master
69
notifications:
710
email: false
811
node_js:

0 commit comments

Comments
 (0)