From 0fa3ad2c007d1ea90694f73754ccac8c42dcdf93 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Apr 2021 19:14:23 +0300 Subject: remove excessive logging & obsolete project.ci.* packages Logging command line arguments before parsing them is a bit excessive. --- .github/workflows/ci_travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci_travis.yml') diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml index 3ee4550..d3e8bf3 100644 --- a/.github/workflows/ci_travis.yml +++ b/.github/workflows/ci_travis.yml @@ -1,5 +1,5 @@ # This workflow pretends like it's being run on Travis by setting the -# appropriate environment variables. The project.ci.travis package is tested. +# appropriate environment variables. name: CI (Travis) @@ -49,10 +49,10 @@ jobs: key: 'boost-${{ env.boost_version }}' - name: Build Boost - run: python -m project.ci.travis.boost -- --with-filesystem + run: python -m project.ci.boost -- --with-filesystem - name: Build example project - run: python -m project.ci.travis.cmake --install + run: python -m project.ci.cmake --install - name: Run example project run: | -- cgit v1.2.3