updating gitignore and travis.yml
upgrading to ruby 2.3.2 ignoring .ruby-version and .ruby-gemset
This commit is contained in:
parent
326ff839f7
commit
a33a1dc533
|
@ -7,3 +7,5 @@
|
|||
/pkg/
|
||||
/spec/reports/
|
||||
/tmp/
|
||||
/.ruby-version
|
||||
/.ruby-gemset
|
|
@ -1,5 +1,6 @@
|
|||
sudo: false
|
||||
group: stable
|
||||
cache: bundler
|
||||
language: ruby
|
||||
rvm:
|
||||
- 2.3.2
|
||||
before_install: gem install bundler
|
||||
|
|
Loading…
Reference in New Issue