From 8e47c79bdd7d00b8af087acd11e77b59374ffc3e Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Sat, 25 Feb 2017 12:44:05 -1000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61882023c..1c2036555 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,11 @@ sudo: required language: ruby rvm: - # Ruby 2.0.0 fails 95% of the time the first try. Considering removing this. - - 2.0.0 + # Ruby 2.0.0 fails due to newer Nokogir + # nokogiri-1.7.0.1 requires ruby version >= 2.1.0, which is incompatible with the current version, ruby 2.0.0p648 - 2.1.10 - 2.2.6 - 2.3.1 - services: - docker