You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2022/07/08 10:00:16 UTC

[jmeter] branch master updated: Switch to Ubuntu focal for building on travis

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

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new c6f0685b5f Switch to Ubuntu focal for building on travis
c6f0685b5f is described below

commit c6f0685b5f3f61c52c71c970d6d4c9b4764bc5a0
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Fri Jul 8 11:59:58 2022 +0200

    Switch to Ubuntu focal for building on travis
    
    The default dist is xenial, which is 16.04 and really out of date now
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index dfa89c649d..756b8c9430 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: java
+dist: focal
 
 # skip default "install" command
 install: true