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.1 KiB
YAML
Raw Normal View History

2014-12-18 18:22:13 +01:00
sudo: false
2012-07-01 22:03:16 +12:00
language: ruby
cache: bundler
2012-07-01 22:03:16 +12:00
rvm:
- 2.2.6
- 2.3.3
- jruby-9.1.12.0
2014-12-03 11:08:22 -08:00
services:
- mongodb
- redis-server
gemfile:
- gemfiles/rails_3.2.gemfile
2016-05-09 11:32:16 +12:00
- gemfiles/rails_4.0.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_4.2_mongoid_5.gemfile
- gemfiles/rails_5.0.gemfile
before_script:
- mkdir /tmp/dynamodb
2017-04-03 12:06:51 +05:30
- wget -O - https://s3-ap-southeast-1.amazonaws.com/dynamodb-local-singapore/dynamodb_local_latest.tar.gz | tar xz --directory /tmp/dynamodb
- java -Djava.library.path=/tmp/dynamodb/DynamoDBLocal_lib -jar /tmp/dynamodb/DynamoDBLocal.jar -inMemory -delayTransientStatuses -port 30180 &
2017-02-09 21:57:21 +11:00
- mongod --version
script:
- bundle exec rspec spec
- bundle exec rake test
matrix:
exclude:
- rvm: 2.2.6
gemfile: gemfiles/rails_3.2.gemfile
- rvm: 2.3.3
gemfile: gemfiles/rails_3.2.gemfile
- rvm: jruby-9.1.12.0
gemfile: gemfiles/rails_5.0.gemfile
2016-05-24 18:27:01 +12:00
notifications:
slack:
2016-08-22 20:56:22 +12:00
secure: gpltVWntdKz0nSE6A5UvuX4qbN35uW51nsW+Ojgqm8Qsv8K240/NlZRYutFHr7GnJTe0rEEP2Oy3ZBnBtZKFn13RlTEAU/FCAxebr4H24rr29Ypwwp5xjiSE4MuoBEnroo4lw6ka3LsJnrY2PKRMiLJGsS0WsEPY4x8NUG/vyY8=