From 18aab3647c4f1037477745dc64307e0d5fb0c66d Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 11 Feb 2018 17:02:44 -0600 Subject: .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8870c50..a78776e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,6 @@ before_install: install: bundle install script: bundle exec jekyll build -d _site && bundle exec htmlproofer htmlproofer --internal-domains "im.soderparr.com" ./_site rvm: - - 2.2.0 - 2.3.1 + - 2.3.2 + - 2.3.3 -- cgit v1.2.3-59-ga6da