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:
parent
5f659a1ca8
commit
f5baecdbd4
2 changed files with 0 additions and 12 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
|
@ -1,5 +1,3 @@
|
|||
[![Build Status](https://img.shields.io/travis/rweng/pry-rails.svg)](https://travis-ci.org/rweng/pry-rails)
|
||||
|
||||
# Description
|
||||
|
||||
Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project.
|
||||
|
|
Loading…
Reference in a new issue