From 5bc44c48426ccf318c45a7a4ad97b5f8533f263c Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 27 May 2019 22:00:15 +0200 Subject: [PATCH] Restrict Travis-CI to master and stable Should run in PRs though. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cedc6d3..3594a0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ xcode_destination: platform=iOS Simulator,OS=12.2,name=iPhone 8 Plus cache: - bundler - cocoapods +branches: + only: + - master + - stable install: - bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle} - bundle exec pod repo update