Skip to content

Commit

Permalink
Merge pull request #35 from jhx/issue_34_update_travisci_containers_c…
Browse files Browse the repository at this point in the history
…aching

Fix #34 Update travis-ci to containers, caching
  • Loading branch information
jhx committed Dec 31, 2014
2 parents 028a255 + cd78b8f commit 13ebad3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ AllCops:
- !ruby/regexp /\.gemspec$/
- Gemfile
- '**/Rakefile'
Exclude: []
Exclude:
- vendor/**/*

Documentation:
Enabled: false
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
before_install: gem install bundler
cache: bundler
language: ruby
rvm:
- 'ruby-1.9.3'
- 'ruby-2.1.2'
before_install: gem install bundler
sudo: false

0 comments on commit 13ebad3

Please sign in to comment.