From c5ebe1928e1eb4bdb379ead676ae012723096f7b Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Fri, 17 Apr 2015 19:30:59 +0200 Subject: travis: Only ever build the master branch This will stop us from building branches that people with push access push to instead of fork+PR. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1ee753a..f34c2e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ --- language: ruby sudo: false +branches: + only: + - master bundler_args: --without system_tests script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: -- cgit v1.2.3