Skip to content

Commit

Permalink
Fix Travis Bundler issue
Browse files Browse the repository at this point in the history
Before this fix Travis reports the following error during the gem
install stage.

    NoMethodError: undefined method `spec' for nil:NilClass

Fix found here:
travis-ci/travis-ci#5239 (comment)
  • Loading branch information
gerrywastaken committed May 6, 2016
1 parent 04b07f5 commit e9416ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
before_install:
- gem install bundler

0 comments on commit e9416ad

Please sign in to comment.