From 599b4f6e6d00dcc18d8fae44148384bc0885b7ff Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Tue, 24 Jan 2017 10:53:23 +0000 Subject: [PATCH 1/2] update ruby version, attempt to fix travis build --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 133fcc5f..0bee604d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.0.0-p247 \ No newline at end of file +2.3.3 From 73133a8db5d330e2c3a778f7d76c6951c2ed7360 Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Tue, 24 Jan 2017 10:58:11 +0000 Subject: [PATCH 2/2] bring travis config up to date --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67b1eb1c..bce3a93f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: ruby rvm: -- 1.9.3 -- 2.0.0 +- 2.3.3 before_install: - - gem update --system 2.4.5 # last known successful Travis build + - gem update - gem --version script: bundle exec rspec notifications: