From 1a8ba680ab8a7a08574b166af3300667ac6bf376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 20 Jan 2016 18:36:44 +0000 Subject: [PATCH] Travis CI: Update Ruby to 2.2.4 and switch to Trusty infrastructure --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e02b80..135619f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: ruby rvm: - - 2.2 + - 2.2.4 +sudo: required +dist: trusty before_install: - sh .travis/install_riakcs.sh before_script: