Skip to content

Commit

Permalink
Merge pull request #12 from spotify/ci/only-run-push-build-for-master
Browse files Browse the repository at this point in the history
Only run push build for master and release-* branches
  • Loading branch information
rastersize committed Jan 5, 2016
2 parents e562434 + 05e8764 commit 2f0a7ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
osx_image: xcode7.2
language: objective-c
sudo: false
branches:
only:
- master
- /^release-.*$/
env:
global:
- LC_CTYPE=en_US.UTF-8
Expand Down

0 comments on commit 2f0a7ac

Please sign in to comment.