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

Merge pull request #1805 from pry/travis-removal

Stop building on TravisCI
This commit is contained in:
Kyrylo Silin 2018-10-16 04:19:28 +08:00 committed by GitHub
commit eef698b651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 42 deletions

View file

@ -1,41 +0,0 @@
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4.3
- 2.5
- jruby-9.1.15.0
- ruby-head
- jruby-head
install:
- ruby -S gem install bundler --version 1.15.4
- ruby -S bundle _1.15.4_ install --without docs
script:
- ruby -S bundle _1.15.4_ exec rspec
sudo: false
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
include:
- rvm: 2.5
name: "Run RuboCop linting"
script: ruby -S bundle _1.15.4_ exec rubocop --parallel
- rvm: 2.5
name: "Run YARD linting"
script: ruby -S bundle _1.15.4_ exec yardoc --fail-on-warning --no-progress
notifications:
irc: "irc.freenode.org#pry"
recipients:
- jrmair@gmail.com
branches:
only:
- master

View file

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/pry/pry.svg?branch=master)](https://travis-ci.org/pry/pry)
[![Circle Build Status](https://circleci.com/gh/pry/pry.svg?style=shield)](https://circleci.com/gh/pry/pry)
[![Code Climate](https://codeclimate.com/github/pry/pry.svg)](https://codeclimate.com/github/pry/pry)
[![Gem Version](https://badge.fury.io/rb/pry.svg)](http://badge.fury.io/rb/pry)
[![Documentation Status](http://inch-ci.org/github/pry/pry.svg?branch=master)](http://inch-ci.org/github/pry/pry)