From 7631d9c99b8b986960ba0b9691e4ff63e5299cf1 Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Tue, 7 Jan 2014 08:52:21 -0500 Subject: [PATCH] Reconfigure Travis to build only master and to use Bundler --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4780718..5ff55c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ before_install: before_script: - unset RAILS_ENV - unset RACK_ENV -branches: master +branches: + only: + - master gemfile: - gemfiles/rails30.gemfile - gemfiles/rails31.gemfile @@ -23,4 +25,4 @@ rvm: - 2.0.0 - 2.1.0 - ruby-head -script: rspec +script: bundle exec rspec