Skip to content

Commit

Permalink
update coverage image and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Nov 16, 2016
1 parent 4bf28fd commit d893949
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
sudo: false
language: ruby
rvm:
- 2.2.5
- 2.3.1
- rbx
- jruby-9

before_install:
- rvm get head
Expand All @@ -14,5 +9,12 @@ install: 'gem install bundler; bundle install --retry=3'
script: 'ruby -vr bundler/setup -S rake test'

matrix:
include:
- rvm: 2.2.5
- rvm: 2.3.1
- rvm: jruby-9
env: JRUBY_OPTS=--debug
- rvm: rbx

allow_failures:
- rvm: rbx
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RubyQC [![Build Status](https://secure.travis-ci.org/godfat/rubyqc.png?branch=master)](http://travis-ci.org/godfat/rubyqc) [![Coverage Status](https://coveralls.io/repos/godfat/rubyqc/badge.png)](https://coveralls.io/r/godfat/rubyqc) [![Join the chat at https://gitter.im/godfat/rubyqc](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/godfat/rubyqc)
# RubyQC [![Build Status](https://secure.travis-ci.org/godfat/rubyqc.png?branch=master)](http://travis-ci.org/godfat/rubyqc) [![Coverage Status](https://coveralls.io/repos/github/godfat/rubyqc/badge.png)](https://coveralls.io/github/godfat/rubyqc) [![Join the chat at https://gitter.im/godfat/rubyqc](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/godfat/rubyqc)

by Lin Jen-Shin ([godfat](http://godfat.org))

Expand Down

0 comments on commit d893949

Please sign in to comment.