updating gitignore and travis.yml

upgrading to ruby 2.3.2
ignoring .ruby-version and .ruby-gemset
This commit is contained in:
Lance Sanchez 2016-11-21 13:07:36 -06:00
parent b8f3130cfb
commit 7431b04946
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@
/pkg/ /pkg/
/spec/reports/ /spec/reports/
/tmp/ /tmp/
/.ruby-version
/.ruby-gemset

View File

@ -1,5 +1,6 @@
sudo: false sudo: false
group: stable
cache: bundler
language: ruby language: ruby
rvm: rvm:
- 2.3.1 - 2.3.2
before_install: gem install bundler -v 1.12.5