Repository: tapestry-5 Updated Branches: refs/heads/master 564b99f9a -> b1b4b69da
override the install step, we don't want Travis to run the assemble task Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b1b4b69d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b1b4b69d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b1b4b69d Branch: refs/heads/master Commit: b1b4b69dab0b5bd4664fd3bb1892d2f8928af981 Parents: 564b99f Author: Jochen Kemnade <[email protected]> Authored: Tue Apr 19 11:09:16 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Apr 19 11:09:16 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b1b4b69d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 3977199..d3708bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ 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" + +install: /bin/true script: ./gradlew -Dci=true continuousIntegration cache:
