diff options
author | Jeremy Daer <jeremydaer@gmail.com> | 2017-01-27 14:10:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-27 14:10:57 -0700 |
commit | 05112b21310c3ea04026176a5f7ca11040454ac1 (patch) | |
tree | 489161302beed1bf71dae75068a567632145494b | |
parent | 826396ca6c099c0ff11d8134b5c8bc26fae36eed (diff) | |
parent | 44277a3157b43390e19300a9550df282d84c5465 (diff) | |
download | rails-05112b21310c3ea04026176a5f7ca11040454ac1.tar.gz rails-05112b21310c3ea04026176a5f7ca11040454ac1.tar.bz2 rails-05112b21310c3ea04026176a5f7ca11040454ac1.zip |
Merge pull request #27815 from y-yagi/ruby2_4_0_with_aj_integration
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: |