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:47:31 UTC

[wicket] branch wicket-9.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-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


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

commit ebfca4e952511ccfb2a3c2b4c60d939bf1a50633
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>
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 927a3ffc18..61148c59e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,6 @@ group: edge
 arch: arm64-graviton2
 virt: vm
 
-services: xvfb
 env:
   - CHROMIUM=true
 
@@ -31,11 +30,11 @@ cache:
 
 before_install:
   - lscpu
-  - sudo apt-get install -y openjdk-11-jdk maven 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 libxrandr [...]
+  - sudo apt-get install -y openjdk-11-jdk maven
   - export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-${TRAVIS_CPU_ARCH}"
   - export PATH="$JAVA_HOME/bin:$PATH"
   - java -version
   - mvn -version
 
 script: 
-  - mvn clean verify -Pjs-test
+  - mvn clean verify