Skip to content

Commit

Permalink
Set up travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chischaschos committed Jun 3, 2015
1 parent 9794d8c commit 47839df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
rvm:
- 2.0.0
- 2.1.5

gemfile:
- Gemfile

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# acts_as_shopping_cart example application

[![Build Status](https://travis-ci.org/crowdint/acts_as_shopping_cart_app.svg?branch=master)](https://travis-ci.org/crowdint/acts_as_shopping_cart_app)

## TODO

- Explain how to use it or where to see it working
28 changes: 0 additions & 28 deletions README.rdoc

This file was deleted.

0 comments on commit 47839df

Please sign in to comment.