mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
19 lines
503 B
YAML
19 lines
503 B
YAML
language: ruby
|
|
before_install:
|
|
- gem install bundler -v '>= 1.5.1'
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1
|
|
- jruby
|
|
gemfile:
|
|
- gemfiles/Gemfile.rails-4-0-stable
|
|
- gemfiles/Gemfile.rails-4-1-stable
|
|
- Gemfile
|
|
notifications:
|
|
email: false
|
|
campfire:
|
|
on_success: change
|
|
on_failure: always
|
|
rooms:
|
|
- secure: "0UzWiVjxtaMsAiLCdK0p5ZIpWi94rmH71hbEQ3tuKTSSrsh9qW16cd39TS6i\nOdlSojcdzACanjIL8Z2qyG2DHScLBZAzWdDNWpnbtpJfDQ+p5ldDdbFmL6+5\n0t2nvv9uNQvhSOMD9ukdb7BFlRvd8Yq7zdjyAKt8efV2Abx7Msk="
|