avsej / gson.rb

Ruby wrapper for google-gson library
Apache License 2.0
10 stars 5 forks source link

Add Travis CI #5

Closed sferik closed 6 years ago

sferik commented 10 years ago

I cloned this repo and noticed the tests were failing on the master branch. The best way to be notified about test failures is to setup continuous integration, so I’ve done that with Travis CI.

This patch also adds a badge to the README to make the build status more visible.

All that is required after merging this patch is enabling Travis CI for this project.

Everything is done in a separate commits, so feel free to cherry-pick only the changes you want.

Thanks!