Skip to content

Commit 978c8ee

Browse files
author
David Rodríguez
committed
Add a couple of notes to CONTRIBUTING
1 parent 078cc46 commit 978c8ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ If your tests are passing locally but they're failing on Travis, reset your test
5151
rm -rf spec/rails && script/appraisal update
5252
```
5353

54+
If you find running everything through appraisal too verbose, you can also do
55+
`export BUNDLE_GEMFILE=gemfiles/rails_50.gemfile` and then run all commands
56+
directly (`bundle exec rake test`, `bundle exec rake setup`) without Appraisal.
57+
58+
If you find issues apparently related to `bundler`, check the `.travis.yml` file
59+
and make sure you're using exactly the same version Travis is using.
60+
5461
### 4. Implement your fix or feature
5562

5663
At this point, you're ready to make your changes! Feel free to ask for help;

0 commit comments

Comments
 (0)