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
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: java
jdk:
- oraclejdk7
- openjdk7
- openjdk6
env:
- PLAY_VERSION=play-1.2.5.1 PLAY_PATH=play-1.2.5.1 PLAY_NEED_BUILD=false PLAY_DOWNLOAD=http://downloads.typesafe.com/play/1.2.5.1/play-1.2.5.1.zip
- PLAY_VERSION=play-1.2.6 PLAY_PATH=play-1.2.6 PLAY_NEED_BUILD=false PLAY_DOWNLOAD=http://downloads.typesafe.com/play/1.2.6/play-1.2.6.zip
- PLAY_VERSION=master PLAY_PATH=play1-master PLAY_NEED_BUILD=true PLAY_DOWNLOAD=https://github.com/playframework/play1/archive/master.zip
- PLAY_VERSION=1.3.x PLAY_PATH=play1-1.3.x PLAY_NEED_BUILD=true PLAY_DOWNLOAD=https://github.com/playframework/play1/archive/1.3.x.zip
before_script:
- wget ${PLAY_DOWNLOAD}
- unzip -q ${PLAY_VERSION}.zip
- if [[ "${PLAY_NEED_BUILD}" == "true" ]]; then ant -buildfile "./${PLAY_PATH}/framework/build.xml"; fi

script:
- ant test -Dplay.path=${PLAY_PATH}
after_failure:
cat ./samples-and-tests/just-test-cases/test-result/*.failed.html
notifications:
email:
on_success: change
on_failure: always
13 changes: 10 additions & 3 deletions README → README.textile
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
PDF module for the Play! framework. This module allows you to easily create PDF documents.
h1. PDF module for the Play! framework. !https://travis-ci.org/xael-fry/play--pdf.png!:https://travis-ci.org/xael-fry/play--pdf

Copyright 2010

Nicolas Leroux - nicolas@lunatech.com www.lunatech-research.com/users/nicolas-leroux
This module allows you to easily create PDF documents.

h2. Copyright

Copyright 2010

Nicolas Leroux - nicolas@lunatech.com www.lunatech-research.com/users/nicolas-leroux

h2. License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down