Skip to content

Commit 2d14f53

Browse files
committed
Only build pushes to master and PRs on CI
1 parent c5d4599 commit 2d14f53

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
@@ -2,6 +2,9 @@ language: objective-c
22
xcode_workspace: ReactiveTask.xcworkspace
33
git:
44
submodules: false
5+
branches:
6+
only:
7+
- master
58
before_script:
69
- git submodule update --init --recursive
710
script:

0 commit comments

Comments
 (0)