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