Skip to content

Commit 3a2a298

Browse files
committed
Fix #32 Update travis-ci to containers, caching
1 parent 8736354 commit 3a2a298

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ AllCops:
55
- !ruby/regexp /\.gemspec$/
66
- Gemfile
77
- '**/Rakefile'
8-
Exclude: []
8+
Exclude:
9+
- vendor/**/*
910

1011
Documentation:
1112
Enabled: false

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
before_install: gem install bundler
2+
cache: bundler
13
language: ruby
24
rvm:
35
- 'ruby-1.9.3'
46
- 'ruby-2.1.2'
5-
before_install: gem install bundler
7+
sudo: false

0 commit comments

Comments
 (0)