Skip to content

Commit

Permalink
Travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Jun 16, 2012
1 parent dc852db commit e8d7614
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ruby-head
- jruby-head
- ree
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# TestSuite

[![Build Status](https://secure.travis-ci.org/iain/test_suite.png?branch=master)](http://travis-ci.org/iain/test_suite)

A modern test suite contains many testing frameworks. It contains a suite of
unit tests, integration tests, end-to-end acceptance tests. If your application
is polyglot, you might have a tests for each language. Each suite can be
Expand Down

0 comments on commit e8d7614

Please sign in to comment.