Comcast / jrugged

A Java libary of robustness design patterns
Apache License 2.0
266 stars 93 forks source link

Added travis ci #11

Closed trevmex closed 11 years ago

trevmex commented 11 years ago

To set up Travis for jrugged on the Comcast account, do the following:

  1. From the Comcast GitHub account, log into travis-ci.org.
  2. Go to https://travis-ci.org/profile/Comcast
  3. Flip the jrugged switch from off to on.

That's it! Then jrugged will be building on Oracle JDK 7, Open JDK 6, and Open JDK 7 and sending you the results. You can also see the results on the main github page right next to the name of the repo.

joercampbell commented 11 years ago

So - the instructions above would move the build from your Travis to Comcast Travis?

mdb commented 11 years ago

@joercampbell Assuming Trevor's pull request is merged, the above instructions would configure Travis to build comcast/jrugged under Comcast's profile. Trevor's fork of jrugged will continue to be built under trevmex/jrugged too.

michajlo commented 11 years ago

I know it's EOL is soon, but Oracle JDK 6 should probably be added as well.

joercampbell commented 11 years ago

Actually - we will need 5 and 6 if possible, as Jrugged core is supposed to be java 5 compat.

michajlo commented 11 years ago

It looks like the readme is still reflecting trevor's fork of jrugged's build status (https://travis-ci.org/trevmex/jrugged). The Comcast version doesn't appear to exist at the moment (https://travis-ci.org/Comcast/jrugged).