You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by be...@apache.org on 2023/02/07 09:04:51 UTC

[tapestry-5] branch master updated: TAP5-2748: deactivate Travis CI

This is an automated email from the ASF dual-hosted git repository.

benw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 05e81e4a1 TAP5-2748: deactivate Travis CI
05e81e4a1 is described below

commit 05e81e4a1d98df06358cd1535b03dab69fff720f
Author: Ben Weidig <be...@netzgut.net>
AuthorDate: Tue Feb 7 10:04:39 2023 +0100

    TAP5-2748: deactivate Travis CI
---
 .travis.yml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index dddf9b395..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-language: java
-
-jdk:
-  - openjdk17
-  - openjdk11
-  - openjdk8
-
-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:
-  directories:
-  - $HOME/.gradle
-  - $HOME/.m2/repository/webdriver
-
-sudo: false
-
-notifications:
-  email:
-    - dev@tapestry.apache.org
-
-addons:
-  firefox: "latest-esr"