You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2015/09/16 08:30:23 UTC

tapestry-5 git commit: add configuration for Travis CI

Repository: tapestry-5
Updated Branches:
  refs/heads/master 7dac9f8ab -> 4b81ec1e8


add configuration for Travis CI


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/4b81ec1e
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/4b81ec1e
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/4b81ec1e

Branch: refs/heads/master
Commit: 4b81ec1e84e8a409d1b5d62c4456828b22d037b1
Parents: 7dac9f8
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Sep 16 08:29:58 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Sep 16 08:29:58 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4b81ec1e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..450ec6f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+language: java
+
+jdk:
+  - oraclejdk8
+  - openjdk6
+
+before_install:
+  - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
+  - "export DISPLAY=:99.0"
+
+script: ./gradlew -Dci=true continuousIntegration
+
+cache:
+  directories:
+  - $HOME/.gradle