You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2022/08/01 14:43:17 UTC

[GitHub] [qpid-proton] astitcher commented on a diff in pull request #377: Update Travis CI to stop using Xenial and use Focal instead

astitcher commented on code in PR #377:
URL: https://github.com/apache/qpid-proton/pull/377#discussion_r934611460


##########
.travis.yml:
##########
@@ -17,81 +17,57 @@
 # under the License
 #
 
+os: linux
+dist: focal
+language: cpp
+env:
+- PYTHON=python3
 jobs:
   include:
-  - os: linux
-    dist: xenial
-    language: cpp
-    compiler: gcc
-    env:
-    - OPENSSL_ia32cap='0x00000000'
-  - os: linux
-    dist: xenial
-    language: cpp
-    compiler: clang
-    env:
-    - OPENSSL_ia32cap='0x00000000'
+  - compiler: gcc
+  - compiler: clang
     # c-threaderciser test hangs on older clang

Review Comment:
   Thanks for that syntax checking! It seems to have launched a travis job now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org