This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag REL9_3_1102 in repository libpostgresql-jdbc-java.
commit e857cae34dae3e16f986383e82046640f6e63488 Author: Dave Cramer <[email protected]> Date: Sat Apr 5 16:13:56 2014 -0400 added .travis.yml for CI --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3df13b1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: java + +before_script: + - psql -U postgres -c "create user test with password 'test';" + - psql -c 'create database test owner test;' -U postgres + + +script: ant -lib lib test + +jdk: + - openjdk7 + - openjdk6 + - oraclejdk7 + - oraclejdk8 +~ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

