Fix travis

This commit is contained in:
cn 2013-04-28 14:35:42 +02:00
parent 7f593227f2
commit 8ab3abd4bd
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ rvm:
gemfile:
- Gemfile
before_script:
- if echo $RUBY_VERSION | grep 1.8.7 >/dev/null; then gem install json; fi