Skip to content

Commit

Permalink
Fix "undefined method `spec'.." on 1.9.3 build.
Browse files Browse the repository at this point in the history
Forces the use of travis containers which have a newer version of
bundler that do not have this bug.

See rubygems/bundler#3558
  • Loading branch information
robwilliams committed Dec 13, 2016
1 parent 96a87c6 commit 37db909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
bundler_args: --without=metrics
script: bundle exec rspec spec
sudo: false
gemfile:
- gemfiles/activerecord-3.0
- gemfiles/activerecord-4.0
Expand Down

0 comments on commit 37db909

Please sign in to comment.