bloom-lang / bud

Prototype Bud runtime (Bloom Under Development)
http://bloom-lang.net
Other
856 stars 59 forks source link

Add Travis CI configuration #300

Closed JoshRosen closed 11 years ago

JoshRosen commented 11 years ago

This commit adds a configuration for Travis CI so that commits and pull requests automatically run the Bud unit tests against Ruby 1.8.7, 1.9.2, and 1.9.3.

Here's the Travis page for my fork, showing test results for my recent commits: https://travis-ci.org/JoshRosen/bud

After merging this, sign into https://travis-ci.org/ with your GitHub account and follow the instructions to enable the GitHub service integration hook for Travis.