Skip to content

Commit

Permalink
Reconfigure Travis to build only master and to use Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Jan 7, 2014
1 parent be3cc27 commit 7631d9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand All @@ -23,4 +25,4 @@ rvm:
- 2.0.0
- 2.1.0
- ruby-head
script: rspec
script: bundle exec rspec

0 comments on commit 7631d9c

Please sign in to comment.