Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 7bb8930

Browse files
committed
chore: only build master and prs
1 parent 6e58571 commit 7bb8930

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: node_js
22
cache: npm
3+
branches:
4+
only:
5+
- master
6+
- /^release\/.*$/
37
stages:
48
- check
59
- test

0 commit comments

Comments
 (0)