Skip to content

Commit 9e99bb3

Browse files
committed
Make travis build pushes to master only
1 parent bfac415 commit 9e99bb3

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,6 +1,10 @@
11
osx_image: xcode8.2
22
language: objective-c
33

4+
branches:
5+
only:
6+
- master
7+
48
before_install:
59
- gem install cocoapods # Since Travis is not always on latest version
610
- gem install xcpretty

0 commit comments

Comments
 (0)