🔥 in travis-ci we trust.

This commit is contained in:
codemasher
2020-04-05 22:02:27 +02:00
parent 2f6a954e85
commit f9b18a4ee6
-15
View File
@@ -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