From 9017b9c5c50c17cf06f8fb1fcf04d0beb028486a Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 19 Feb 2018 01:03:25 +0100 Subject: [PATCH] Update RVM and PostreSQL for Travis tests --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2eca493..17b1fc27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: addons: code_climate: repo_token: 53a2c2608c848714e96f6a1fc0365dcfdfec051f7827d50cea965ea625f49734 - postgresql: "9.5" + postgresql: "10" before_install: - export DISPLAY=:99.0 @@ -32,9 +32,7 @@ before_script: cache: bundler language: ruby rvm: -- 2.3.1 -# - 2.1.5 -# - 2.2.1 +- 2.3.6 script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper --tag ~docker && CODECLIMATE_REPO_TOKEN=53a2c2608c848714e96f6a1fc0365dcfdfec051f7827d50cea965ea625f49734 bundle exec codeclimate-test-reporter # one of the solutions I've found