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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to