1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/.travis.yml

43 lines
1 KiB
YAML
Raw Normal View History

2014-12-18 12:22:13 -05:00
sudo: false
2012-07-01 06:03:16 -04:00
language: ruby
cache: bundler
2012-07-01 06:03:16 -04:00
rvm:
2014-01-11 07:17:08 -05:00
# - 1.8.7
# - 1.9.2
2012-07-01 06:03:16 -04:00
- 1.9.3
2013-02-25 21:50:17 -05:00
- 2.0.0
2014-05-03 06:22:33 -04:00
- 2.1
- 2.2
# - jruby-18mode # JRuby in 1.8 mode
- jruby-1.7 # JRuby in 1.9 mode
- jruby-9.0.4.0
- rbx-2.5.8
2013-02-25 21:50:17 -05:00
services: mongodb
gemfile:
2015-09-28 04:44:51 -04:00
- gemfiles/rails_3.2_stable.gemfile
- gemfiles/rails_4.0.gemfile
- gemfiles/rails_4.0_mongo_mapper.gemfile
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.1_mongo_mapper.gemfile
- gemfiles/rails_4.2.gemfile
2015-10-27 05:32:09 -04:00
- gemfiles/rails_4.2_mongoid_5.gemfile
- gemfiles/rails_4.2_mongo_mapper.gemfile
before_script:
- mkdir /tmp/dynamodb
- wget -O - http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest | tar xz --directory /tmp/dynamodb
- java -Djava.library.path=/tmp/dynamodb/DynamoDBLocal_lib -jar /tmp/dynamodb/DynamoDBLocal.jar -inMemory -delayTransientStatuses -port 30180 &
matrix:
allow_failures:
- rvm: rbx-2.2.1
- rvm: jruby-1.7
exclude:
2014-03-21 05:23:38 -04:00
- rvm: 1.9.3
gemfile: gemfiles/rails_4.1.gemfile
- rvm: jruby-19mode
gemfile: gemfiles/rails_4.1.gemfile