Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: java
jdk: oraclejdk7
before_install: true
install: true
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script: mvn test -q
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
**iText is a Java PDF library originally dual licensed under MPL/LGPL**

.. image:: https://travis-ci.org/glarfs/iText-4.2.0.svg?branch=master
:target: https://travis-ci.org/glarfs/iText-4.2.0

This fork of https://github.com/ymasory/iText-4.2.0 manages the sources as Maven project.

I added a pngnow.png file and changed the path in Rtftest.java so the package tests cleanly.
Expand Down