diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-01-27 13:42:25 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-01-28 00:57:26 +0900 |
commit | 44277a3157b43390e19300a9550df282d84c5465 (patch) | |
tree | c90c5abbb8b3d276b701d0562a6894e6e2f27370 | |
parent | 313bf87f37a8219124d1adbf42d3e4494c5c06a9 (diff) | |
download | rails-44277a3157b43390e19300a9550df282d84c5465.tar.gz rails-44277a3157b43390e19300a9550df282d84c5465.tar.bz2 rails-44277a3157b43390e19300a9550df282d84c5465.zip |
add combination of Ruby 2.4 + aj:integration to CI
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2c0aa0760e..ff72542025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,12 @@ matrix: - memcached - redis - rabbitmq + - rvm: 2.4.0 + env: "GEM=aj:integration" + services: + - memcached + - redis + - rabbitmq - rvm: ruby-head env: "GEM=aj:integration" services: |