mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
11 lines
171 B
YAML
11 lines
171 B
YAML
nguage: ruby
|
|
rvm:
|
|
- 2.2.5
|
|
env:
|
|
- "RAILS_VERSION=3.2.0"
|
|
- "RAILS_VERSION=4.2.0"
|
|
- "RAILS_VERSION=5.0.0"
|
|
cache: bundler
|
|
install: bundle install
|
|
script: ./ci/test.sh
|