1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00

Revert "Add build status to readme"

This reverts commit 5f659a1ca8. We don't
actually have Travis set up. I also deleted .travis.yml since it's
pointless to maintain if it's not doing anything.
This commit is contained in:
Ryan Fitzgerald 2014-11-23 01:15:12 -08:00
parent 5f659a1ca8
commit f5baecdbd4
2 changed files with 0 additions and 12 deletions

View file

@ -1,10 +0,0 @@
services: mongodb
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
gemfile:
- gemfiles/rails30.gemfile
- gemfiles/rails31.gemfile
- gemfiles/rails32.gemfile
- gemfiles/rails4.gemfile

View file

@ -1,5 +1,3 @@
[![Build Status](https://img.shields.io/travis/rweng/pry-rails.svg)](https://travis-ci.org/rweng/pry-rails)
# Description # Description
Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project.