From 74a7b235db23b2a114bbc455f51f40ba33495d10 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Apr 2021 16:31:38 +0300 Subject: README: fix Travis workflow variables --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa7cdde..7e62c44 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,10 @@ dist: focal env: global: - boost_version: 1.65.0 + BOOST_VERSION: 1.65.0 jobs: - - configuration=Debug platform=x64 - - configuration=Release platform=x64 + - CONFIGURATION=Debug PLATFORM=x64 + - CONFIGURATION=Release PLATFORM=x64 before_script: ci-boost -- --with-filesystem script: ci-cmake --install -- cgit v1.2.3