From 36d5c8b0e1e8427bc88e9d80e3c46735cc3d7b6a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 3 Nov 2017 10:58:10 +0100 Subject: [PATCH] speed up Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab5a7f0..b816704 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty language: ruby rvm: - - 2.4.0 + - 2.4 cache: bundler: true