This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit 8beff007abec5e312759af42110216883d9f7c25 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Wed Mar 23 08:51:03 2022 +0200 Remove Framebuffer support ('services: xvfb') in TravisCI Trying to fix issue: INFO] Running "qunit:all" (qunit) task [INFO] Testing http://localhost:38887/test/js/all.html?1.12.4 .Fatal error: Execution context is not available in detached frame "about:blank" (are you trying to evaluate?) There is no FB in Github Actions and it works well. Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2934bfa..885a4d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,13 @@ # specific language governing permissions and limitations # under the License. +language: generic os: linux dist: focal group: edge arch: arm64-graviton2 virt: vm -services: xvfb env: - CHROMIUM=true
