Skip to content

Commit

Permalink
Fixed Travis configuration and adjusted the README to display Travis …
Browse files Browse the repository at this point in the history
…status.
  • Loading branch information
vkononov committed Aug 31, 2019
1 parent 21b51f3 commit 1d0f40c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ language: ruby
cache: bundler
rvm:
- 2.6.4
before_install: gem install bundler -v 2.0.2
jdk:
- openjdk8
before_install:
- gem install bundler -v 2.0.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FillablePDF

[![Gem Version](https://badge.fury.io/rb/fillable-pdf.svg)](https://rubygems.org/gems/fillable-pdf)
[![Build Status](https://api.travis-ci.org/plataformatec/fillable-pdf.svg?branch=master)](http://travis-ci.org/plataformatec/fillable-pdf)
[![Build Status](https://api.travis-ci.org/vkononov/fillable-pdf.svg?branch=master)](http://travis-ci.org/vkononov/fillable-pdf)

FillablePDF is an extremely simple and lightweight utility that bridges iText and Ruby in order to fill out fillable PDF forms or extract field values from previously filled out PDF forms.

Expand Down

0 comments on commit 1d0f40c

Please sign in to comment.