From f9b18a4ee661d2f18a04f814a4dbb0460f077315 Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 5 Apr 2020 22:02:27 +0200 Subject: [PATCH] :fire: in travis-ci we trust. --- .github/workflows/tests.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1608c6712..bea1377bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,18 +64,3 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} run: bash <(curl -s https://codecov.io/bash) - - - static-code-analysis: - name: "Static Code Analysis" - runs-on: ubuntu-latest - - steps: - - name: "Checkout" - uses: actions/checkout@v2 - - - name: "Install locked dependencies with composer" - run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest - - - name: "Run phan" - run: php7.4 vendor/bin/phan --allow-polyfill-parser