From 88bd378bd70f2dfe9fdaf9d631ec5ae7279d9093 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sun, 25 Oct 2020 21:44:22 +0200 Subject: [PATCH] Use default distribution supported by Travis CI --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f6a1422..be563d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ -sudo: required cache: bundler -dist: trusty language: ruby rvm: - 2.3 @@ -18,7 +16,6 @@ script: - bundle exec rspec - bundle exec codeclimate-test-reporter before_install: - - sudo add-apt-repository ppa:chris-lea/libsodium -y - sudo apt-get update -q - sudo apt-get install libsodium-dev -y - gem install bundler