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

chrisr pushed a commit to branch feature/QPID-8517-parallel-ci-py2-py3
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git


The following commit(s) were added to 
refs/heads/feature/QPID-8517-parallel-ci-py2-py3 by this push:
     new ac3a7bc  QPID-8517 Build and test in parallel for python2 and python3
ac3a7bc is described below

commit ac3a7bc4a17805452a067c25689c4f58b64a5347
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 14:37:59 2021 +0100

    QPID-8517 Build and test in parallel for python2 and python3
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e9dc8d3..f8692b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ install:
 
 jobs:
   include:
-    - stage: "Build and test under python2"
+    - name: "Build and test under python2"
       addons:
         apt:
           packages:
@@ -41,7 +41,7 @@ jobs:
       - cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
       script:
       - make -j3 && make install && ctest -V
-    - stage: "Build and test under python3"
+    - name: "Build and test under python3"
       addons:
         apt:
           packages:

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

Reply via email to