From 15faab970457ccbafda52c8ce504b55af64f31c2 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Wed, 30 Jan 2019 02:07:54 -0600 Subject: More config.yml updates --- .travis.yml | 5 ++--- _config.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a78776e..bc0f858 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,5 @@ before_install: install: bundle install script: bundle exec jekyll build -d _site && bundle exec htmlproofer htmlproofer --internal-domains "im.soderparr.com" ./_site rvm: - - 2.3.1 - - 2.3.2 - - 2.3.3 + - 2.5.1 + - 2.5.2 diff --git a/_config.yml b/_config.yml index e6c0c67..16bb4ad 100644 --- a/_config.yml +++ b/_config.yml @@ -75,7 +75,7 @@ exclude: - css/site.less - css/small.less -gems: +plugins: - jekyll-sitemap #- jekyll-press -- cgit v1.2.3-59-ga6da