diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4e261fe --- /dev/null +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/README b/README.textile similarity index 63% rename from README rename to README.textile index 78a84c6..0343c98 100644 --- a/README +++ b/README.textile @@ -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