sstucki / odds

Probabilistic programming in Scala
Other
34 stars 8 forks source link

Add Travis CI build. #1

Closed nightscape closed 10 years ago

nightscape commented 10 years ago

Hi!

I've added a Travis CI configuration that automatically builds and tests odds. The tests already complete green for my repository. I've also added a badge which links to the build success of your repository and should become green once you have merged this PR and performed steps 1,2 and 4 from here: http://about.travis-ci.org/docs/user/getting-started/

Using Travis CI greatly enhances transparency on the project's status and for me always is a good sign that I can start working on stuff and have a good set of tests that keeps me from doing stupid things :)

Best Martin

nightscape commented 10 years ago

Hi Sandro,

did you already do the steps 1,2 and 4 from here: http://about.travis-ci.org/docs/user/getting-started/ I don't see the badge yet and Travis CI is not loading anything when I click on the link...

sstucki commented 10 years ago

Oops, missed that :-) Thanks for pointing it out. Should work as expected after the next push.