dyndnsd/.travis.yml

13 lines
166 B
YAML
Raw Normal View History

2013-04-27 14:07:14 +02:00
language: ruby
rvm:
- 2.0.0
- 1.9.3
2013-04-27 21:22:09 +02:00
- 1.8.7
2013-04-27 14:07:14 +02:00
gemfile:
- Gemfile
2013-04-28 14:35:42 +02:00
before_script:
- if echo $RUBY_VERSION | grep 1.8.7 >/dev/null; then gem install json; fi