Skip to content

Commit

Permalink
Merge pull request #2 from sanmai/patch-1
Browse files Browse the repository at this point in the history
Allow coverage-check use a non-default PHP version
  • Loading branch information
richardregeer authored Mar 29, 2018
2 parents c703ab6 + e05a580 commit 7bd2e70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/coverage-check
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
#!/usr/bin/env php
<?php

php vendor/rregeer/phpunit-coverage-check/coverage-check.php $1 $2
include 'vendor/rregeer/phpunit-coverage-check/coverage-check.php';

0 comments on commit 7bd2e70

Please sign in to comment.