diff --git a/.travis.yml b/.travis.yml index e0e22e1d0..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