Skip to content

Commit

Permalink
fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schorsch committed May 2, 2016
1 parent d5ea0f4 commit d87a80a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,8 @@ rvm:
- 1.9.3
- 2.2
gemfile:
- Gemfile
- Gemfile

# fix undefined spec error in ruby 1.9.3 due to outdated bundler
before_install:
- gem install bundler

0 comments on commit d87a80a

Please sign in to comment.