diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4e2432ee5..000000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -language: ruby - -sudo: false - -cache: bundler - -addons: - apt: - packages: - - bsdtar - -rvm: - - 2.3.8 - - 2.4.5 - - 2.5.3 - - 2.6.1 - -branches: - only: - - master - -env: - global: - - NOKOGIRI_USE_SYSTEM_LIBRARIES=true - -script: bundle exec rake test:unit