From 3d173865f4aad4788e9946b6b5fa46c6a67fdfc2 Mon Sep 17 00:00:00 2001 From: Viktor Smari Date: Thu, 18 Oct 2018 15:59:34 +0200 Subject: [PATCH 1/2] Travis reads the .ruby-version file No need to have it manually in the .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0e22e1d0..821965cd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: ruby cache: bundler bundler_args: '--without production development' -rvm: - - 2.3.0 +#rvm: + #- 2.3.0 env: DATABASE_URL=postgres://postgres@localhost/timeoverflow_test before_script: - bundle exec rake db:setup From 4c92f7e7acf9e20929c9877d990751efd7583240 Mon Sep 17 00:00:00 2001 From: Viktor Smari Date: Thu, 18 Oct 2018 17:01:33 +0200 Subject: [PATCH 2/2] Remove lines instead of commenting --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 821965cd1..ba7b0b9b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: ruby cache: bundler bundler_args: '--without production development' -#rvm: - #- 2.3.0 env: DATABASE_URL=postgres://postgres@localhost/timeoverflow_test before_script: - bundle exec rake db:setup