From a33a1dc533c1e2f5ad4710dc5304fe1e148e1f08 Mon Sep 17 00:00:00 2001 From: Lance Sanchez Date: Mon, 21 Nov 2016 11:17:44 -0600 Subject: [PATCH] updating gitignore and travis.yml upgrading to ruby 2.3.2 ignoring .ruby-version and .ruby-gemset --- .gitignore | 2 ++ .travis.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cb6eeb..360f419 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /pkg/ /spec/reports/ /tmp/ +/.ruby-version +/.ruby-gemset \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 6ac2e37..3c6020c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ sudo: false +group: stable +cache: bundler language: ruby rvm: - 2.3.2 -before_install: gem install bundler