The bash script that executes the tests for this package (tests/integration/simulate-composer-install.sh) has to do some "unique" detection to figure out what commit/branch/pull/tag is being built by Travis. This detection is clearly a little off for "tag" builds. For example, the recent failure for 0.0.5: https://travis-ci.org/loadsys/puphpet-release-composer-installer/builds/59445399
The test script needs to be updated to resolve this.
The bash script that executes the tests for this package (
tests/integration/simulate-composer-install.sh
) has to do some "unique" detection to figure out what commit/branch/pull/tag is being built by Travis. This detection is clearly a little off for "tag" builds. For example, the recent failure for0.0.5
: https://travis-ci.org/loadsys/puphpet-release-composer-installer/builds/59445399The test script needs to be updated to resolve this.