aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml37
1 files changed, 22 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index 290e0b5f2b..3a7f28134b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: ruby
sudo: false
cache:
- bundler: true
directories:
+ - vendor/bundle
- /tmp/cache/unicode_conformance
- /tmp/beanstalkd-1.10
- node_modules
@@ -29,7 +29,7 @@ bundler_args: --without test --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- "travis_retry gem update --system"
- - "travis_retry gem install bundler -v 1.15.4"
+ - "travis_retry gem install bundler"
- "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)"
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"
- "[[ -z $encrypted_8a915ebdd931_key && -z $encrypted_8a915ebdd931_iv ]] || openssl aes-256-cbc -K $encrypted_8a915ebdd931_key -iv $encrypted_8a915ebdd931_iv -in activestorage/test/service/configurations.yml.enc -out activestorage/test/service/configurations.yml -d"
@@ -60,28 +60,35 @@ env:
- "GEM=ac:integration"
rvm:
- - 2.2.8
- - 2.3.5
- - 2.4.2
+ - 2.2.9
+ - 2.3.6
+ - 2.4.3
+ - 2.5.0
- ruby-head
matrix:
include:
- - rvm: 2.4.2
+ - rvm: 2.5.0
env: "GEM=av:ujs"
- - rvm: 2.2.8
+ - rvm: 2.2.9
env: "GEM=aj:integration"
services:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.3.5
+ - rvm: 2.3.6
env: "GEM=aj:integration"
services:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.4.2
+ - rvm: 2.4.3
+ env: "GEM=aj:integration"
+ services:
+ - memcached
+ - redis-server
+ - rabbitmq
+ - rvm: 2.5.0
env: "GEM=aj:integration"
services:
- memcached
@@ -93,30 +100,30 @@ matrix:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.3.5
+ - rvm: 2.3.6
env:
- "GEM=ar:mysql2 MYSQL=mariadb"
addons:
mariadb: 10.2
- - rvm: 2.3.5
+ - rvm: 2.3.6
env:
- "GEM=ar:sqlite3_mem"
- - rvm: 2.3.5
+ - rvm: 2.3.6
env:
- "GEM=ar:postgresql POSTGRES=9.2"
addons:
postgresql: "9.2"
- - rvm: jruby-9.1.14.0
+ - rvm: jruby-9.1.15.0
jdk: oraclejdk8
env:
- "GEM=ap"
- - rvm: jruby-9.1.14.0
+ - rvm: jruby-9.1.15.0
jdk: oraclejdk8
env:
- "GEM=am,amo,aj"
allow_failures:
- rvm: ruby-head
- - rvm: jruby-9.1.14.0
+ - rvm: jruby-9.1.15.0
- env: "GEM=ac:integration"
fast_finish: true