This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
before_install: gem install bundler
|
|
before_script: "cd test_app && bundle install && ./script/rails generate impressionist && bundle exec rake db:migrate && cd .."
|
|
language: ruby
|
|
rvm:
|
|
- rbx-18mode
|
|
- rbx-19mode
|
|
- jruby-18mode
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- ruby-head
|