From 527d03d57e62c1ccec73cf01155882560f2712d0 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 9 Feb 2017 13:34:59 +0100 Subject: [PATCH 1/2] Travis CI: Explain why we use "cpp" instead of "python" --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 342c420..7f69ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +# This deliverately is not "python" as a work-around to support +# multi-os builds with custom Python versions in Travis CI. language: cpp os: From 7b6ca805bbb6b0042d6a20bed7b7f3cbb4278f3b Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 10 Feb 2017 10:20:12 +0100 Subject: [PATCH 2/2] Fix minor typo Signed-off-by: Philippe Ombredanne --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f69ffa..569ae07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# This deliverately is not "python" as a work-around to support +# This deliberately is not "python" as a work-around to support # multi-os builds with custom Python versions in Travis CI. language: cpp