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/07/30 14:19:50 UTC

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

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


##########
.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:
   > I was hoping to get Travis to build this PR but having force pushed a change it looks like it's not doing another build! :-(
   
   Could be due to syntax error, you are missing `env:` here!
   
   Also, I have my doubts about few other things in this file. There should be a travis syntax checker somewhere! https://github.com/travis-ci/travis.rb#lint maybe, but I hoped for something online, where I can paste file and it will give me report.



-- 
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