-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9794d8c
commit 47839df
Showing
3 changed files
with
17 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.