Skip to content

Commit

Permalink
Close active-elastic-job#79 Update contribution instructions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Dec 11, 2017
1 parent 833c8a3 commit 0fc32d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ Whether you catch a bug, have a question or a suggestion for improvement, I sinc


## Contribute
1. Fork
1. Commit
1. Issue a pull request

Running the complete test suite requires to launch elastic beanstalk environments. Travis builds triggered by a pull request will launch the needed elastic beanstalk environments and subsequently run the complete test suite. You can run all specs that do not depend on running elasitic beanstalk environments by setting an environment variable:
```bash
EXCEPT_DEPLOYED=true bundle exec rspec spec
```
Feel free to issue a pull request, if this subset of specs passes.

0 comments on commit 0fc32d5

Please sign in to comment.