Skip to content

Commit

Permalink
Merge pull request #146 from greg0ire/remove-phar
Browse files Browse the repository at this point in the history
Remove executable from version control
  • Loading branch information
alcaeus committed May 9, 2020
2 parents 533233f + 947045d commit 4111f68
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

name: "Continuous Integration"

on:
pull_request:

jobs:
roave_bc_check:
name: "Roave BC Check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,3 @@ jobs:
env: STATIC_ANALYSIS
install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse

- stage: BC checks
php: 7.4
env: BC_CHECK
post_install: wget -O roave-backward-compatibility-check.phar https://github.com/Roave/BackwardCompatibilityCheck/releases/download/4.4.0/roave-backward-compatibility-check.phar
script: ./roave-backward-compatibility-check.phar --from=v1.3.0
Binary file removed roave-backward-compatibility-check.phar
Binary file not shown.

0 comments on commit 4111f68

Please sign in to comment.