mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
35 lines
574 B
YAML
35 lines
574 B
YAML
language: ruby
|
|
sudo: false
|
|
rvm:
|
|
# - 1.8.7
|
|
# - ree
|
|
# - jruby-18mode
|
|
# - 1.9.2
|
|
# - 1.9.3
|
|
- jruby-19mode
|
|
- 2.0.0
|
|
- 2.1
|
|
- 2.2
|
|
- rbx-2
|
|
install: bundle install --path=vendor/bundle --retry=3 --jobs=3
|
|
cache:
|
|
directories:
|
|
- vendor/bundle
|
|
script:
|
|
- bundle exec rake ci
|
|
env:
|
|
# - "RAILS_VERSION=3.0"
|
|
# - "RAILS_VERSION=3.1"
|
|
# - "RAILS_VERSION=3.2"
|
|
- "RAILS_VERSION=4.0"
|
|
- "RAILS_VERSION=4.1"
|
|
- "RAILS_VERSION=4.2"
|
|
# - "RAILS_VERSION=master"
|
|
matrix:
|
|
exclude:
|
|
# - rvm: 1.8.7
|
|
# - ree
|
|
# - jruby-18mode
|
|
# - rvm: 1.9.2
|
|
fast_finish: true
|