From 46abf95d945fdb02209e8acd61ae0d004c82d012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20O=CC=88rnstedt?= Date: Fri, 27 Jun 2014 22:30:20 +0200 Subject: [PATCH] Change travis to exclude unwanted branches instead of only including master. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61c92863a..47e281a35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ --- branches: - only: - - master + except: + - refactor + - gh-pages language: ruby script: "bundle exec rake --rakefile $PWD/.travis/Rakefile spec SPEC_OPTS='--format documentation'" rvm: