mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-15 02:56:15 +01:00
12 lines
104 B
YAML
12 lines
104 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.0.0
|
|
- 1.9.3
|
|
|
|
gemfile:
|
|
- Gemfile
|
|
|
|
before_install:
|
|
- gem install bundler
|