Merge pull request #25 from Netflix/dev

add travis badge
This commit is contained in:
Srinivas R 2018-02-01 14:37:59 -08:00 committed by GitHub
commit fa2897afb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -21,4 +21,6 @@ Contributions will be accepted to the [dev](https://github.com/Netflix/fast_json
e. Done :)
3. Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate
For minor fixes just open a pull request to the [dev]( https://github.com/Netflix/fast_jsonapi/tree/dev ) branch on Github.

View File

@ -178,6 +178,7 @@ serializer | Set custom Serializer for a relationship | ```has_many :actors, ser
## Contributing
Please follow the steps on [contribution checklist](https://github.com/Netflix/fast_jsonapi/blob/master/CONTRIBUTING.md).
This gem is built using a gem building gem called [juwelier](https://github.com/flajann2/juwelier).
Beyond just editing source code, youll be interacting with the gem using rake a lot. To see all the tasks available with a brief description, you can run: