Skip to content

Commit a8f6f9c

Browse files
committed
Travis CI: only build branches master and stable
1 parent 9658212 commit a8f6f9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
dist: xenial
33
sudo: false
44

5+
branches:
6+
only:
7+
- master
8+
- stable
9+
510
language: node_js
611
cache: npm
712
node_js: 10

0 commit comments

Comments
 (0)