Skip to content

Commit 2519712

Browse files
committed
update travis config to only build pushes to master. prs are a separate concept
1 parent 6eb8a68 commit 2519712

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ language: node_js
22
node_js:
33
- "node"
44

5+
# only build pushes to master
6+
# prs are build separately
7+
# https://docs.travis-ci.com/user/pull-requests/#how-pull-requests-are-built
8+
branches:
9+
only:
10+
- master
11+
512
services:
613
# start docker to enable lambda ci compatible build env
714
- docker

0 commit comments

Comments
 (0)