From 21061324dce31eed4447f9b4f2a55913ae0f1935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Sun, 15 Apr 2018 20:03:49 +0200 Subject: [PATCH] Do not install Riak CS, run Travis builds on Trusty containers --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7fa338..0f38df9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ rvm: services: - redis-server before_install: - - sh .travis/install_riakcs.sh - gem install bundler before_script: - cp config.yml.example config.yml @@ -22,6 +21,3 @@ notifications: - http://hook-juggler.herokuapp.com/hooks/travis on_success: always on_failure: always -# Force legacy Blue Box build for now -sudo: required -group: legacy