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