Skip to content

Commit

Permalink
[#3] Add TravisCI to the project.
Browse files Browse the repository at this point in the history
* Add the build badge to the README.
* Add build steps to exercise the system.
* Add support for Ruby 1.8.7, 1.9.2, and 1.9.3
  • Loading branch information
patricksrobertson committed Mar 18, 2012
1 parent 4333e61 commit 64ed343
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: ruby
bundler_args: --without development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- psql -c 'create database copycopter_test;' -U postgres
- "bundle exec rake db:migrate"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Copycopter
==========

[![Build Status](https://secure.travis-ci.org/copycopter/copycopter-server.png)](http://travis-ci.org/copycopter/copycopter-server)

Copycopter is a service for editing the copy text of a Rails application.

Each Rails application has its own Project, connected by an API key.
Expand Down

0 comments on commit 64ed343

Please sign in to comment.