1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-12-22 00:54:22 +01:00

Fix travis

This commit is contained in:
cn 2013-04-28 14:35:42 +02:00
parent 7f593227f2
commit 8ab3abd4bd

View File

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