Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Fix travis ruby version #149

Merged
merged 2 commits into from
Apr 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ tmp/
# rbenv
.ruby-version

# rvm
.ruby-gemset

# Test Kitchen
.kitchen/
.kitchen.local.yml
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bundler_args: --without integration
cache: bundler
sudo: false
rvm:
- 2.0.0
- 2.3.0
before_script:
- bundle exec berks install
script:
Expand Down