Skip to content

Commit d418d66

Browse files
committed
Remove the skip check?
1 parent c22ffa9 commit d418d66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/sh
22
set -e
33

4-
git log origin/master... | grep -q SKIP_BUILD && exit 0
5-
64
[ -z "$UPDATE_COVERAGE" ] || composer require satooshi/php-coveralls:v1.1.0
75

86
composer install

0 commit comments

Comments
 (0)