This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit f33412e8c303de7670486ddf85c4f6e5560ec07c Author: Julien Herr <[email protected]> Date: Tue Apr 21 13:44:57 2015 +0200 Use Travis as CI --- .travis.yml | 5 +++++ README | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..276255a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: java + +install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V +before_script: export TESTNG_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec) +script: mvn -f pom-test.xml test -B \ No newline at end of file diff --git a/README b/README index 46784a2..92ec3d9 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +[](https://travis-ci.org/juherr/testng) + Welcome to TestNG 6.8beta Please note that even though the .zip distribution contains the TestNG sources, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

