Update Ruby version for Travis CI builds

Update the version of Ruby used in Travis CI builds to fix dependency issues.

Closes #74
This commit is contained in:
Christopher Wells 2016-10-10 18:08:03 -04:00
parent f95f5e536b
commit cba952eb18
No known key found for this signature in database
GPG Key ID: AFE2DF9F8FFED2C4

View File

@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.2
- 2.2.2
sudo: false
script:
- bundle exec jekyll build