Upgraded Ruby to 2.3.0

This commit is contained in:
Al Snow
2015-12-26 18:35:20 -05:00
parent 3a3d160447
commit 893105fc0f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.2.4"
- "2.3.0"
before_script: rake db:setup
before_script: bundle exec rake db:setup
cache: bundler