Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Mustermann for patterns #1086

Merged
merged 4 commits into from
May 4, 2016
Merged
Changes from 1 commit
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
Next Next commit
Install latest bundler before install
  • Loading branch information
Zachary Scott committed Apr 14, 2016
commit 84e76b839b8e356e36397c5395db0fa39a6d5642
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
language: ruby

before_install: rvm get head
before_install:
- rvm get head
- gem install bundler

rvm:
- 2.2.4
Expand Down