[testng] 188/355: Use Travis as CI
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:03 UTC 2015
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 <julien.herr at alcatel-lucent.com>
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 @@
+[![Build Status](https://travis-ci.org/juherr/testng.svg?branch=travis-ci)](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
More information about the pkg-java-commits
mailing list