Skip to content

Commit

Permalink
Fix #46 Update travis-ci to containers, caching
Browse files Browse the repository at this point in the history
  • Loading branch information
4-20ma committed Dec 24, 2014
1 parent c058bc9 commit 624e208
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ AllCops:
- Rakefile
Exclude:
- spec/foodcritic/**/*
- vendor/**/*

EmptyLines:
Enabled: false
Expand Down
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
before_install:
- git submodule update --init --recursive
bundler_args: --without development:integration
cache: bundler
language: ruby
rvm:
- 2.1.2
before_install:
- git submodule update --init --recursive
sudo: false

0 comments on commit 624e208

Please sign in to comment.