You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2022/04/21 07:48:54 UTC

[wicket] branch wicket-8.x updated: Do not try to run the JavaScript tests on TravisCI

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

mgrigorov pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-8.x by this push:
     new 354565814a Do not try to run the JavaScript tests on TravisCI
354565814a is described below

commit 354565814a0f57a9c8d0e740178a3557c6b4b048
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu Apr 21 10:46:26 2022 +0300

    Do not try to run the JavaScript tests on TravisCI
    
    For some unknown reason they stopped working there and I was not able to
    debug what is wrong.
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit ebfca4e952511ccfb2a3c2b4c60d939bf1a50633)
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b96d4221f7..8cf3ebb164 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,6 @@ group: edge
 arch: arm64-graviton2
 virt: vm
 
-services: xvfb
 env:
   - CHROMIUM=true
 
@@ -31,7 +30,7 @@ cache:
 
 before_install:
   - lscpu
-  - sudo apt-get install -y openjdk-8-jdk chromium-browser fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxr [...]
+  - sudo apt-get install -y openjdk-8-jdk
   - export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-${TRAVIS_CPU_ARCH}"
   - export PATH="$JAVA_HOME/bin:$PATH"
   - java -version